ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/Makefile.PL
(Generate patch)

Comparing IO-AIO/Makefile.PL (file contents):
Revision 1.33 by root, Fri Jan 24 23:46:17 2014 UTC vs.
Revision 1.34 by root, Sat Jun 13 00:06:13 2015 UTC

1use 5.008002; 1use Canary::Stability IO::AIO => 1, 5.008002;
2 2
3use ExtUtils::MakeMaker; 3use ExtUtils::MakeMaker;
4 4
5use Config; 5use Config;
6 6
108 LIBS => $LIBS, 108 LIBS => $LIBS,
109 EXE_FILES => ["bin/treescan"], 109 EXE_FILES => ["bin/treescan"],
110 PM => { 110 PM => {
111 'AIO.pm' => '$(INST_LIB)/IO/AIO.pm', 111 'AIO.pm' => '$(INST_LIB)/IO/AIO.pm',
112 }, 112 },
113 CONFIGURE_REQUIRES => { ExtUtils::MakeMaker => 6.52, Canary::Stability => 2001 },
113 PREREQ_PM => { 114 PREREQ_PM => {
114 "common::sense" => 0, 115 "common::sense" => 0,
115 }, 116 },
116 clean => { FILES => "libeio/config.h libeio/config.log libeio/config.status" }, 117 clean => { FILES => "libeio/config.h libeio/config.log libeio/config.status" },
117}); 118});

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines