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

Comparing EV/Makefile.PL (file contents):
Revision 1.56 by root, Sat Sep 6 19:03:28 2014 UTC vs.
Revision 1.57 by root, Sat Jun 20 11:11:01 2015 UTC

1use 5.008002;
2
3use strict qw(vars subs); 1use strict qw(vars subs);
2use Canary::Stability EV => 1, 5.008002;
4use Config; 3use Config;
5use ExtUtils::MakeMaker; 4use ExtUtils::MakeMaker;
6 5
7sub have_inc($) { 6sub have_inc($) {
8 scalar grep -r "$_/$_[0]", $Config{usrinc}, split / /, $Config{incpth} 7 scalar grep -r "$_/$_[0]", $Config{usrinc}, split / /, $Config{incpth}
298 LIBS => [$LIBS], 297 LIBS => [$LIBS],
299 PREREQ_PM => { 298 PREREQ_PM => {
300 @anyevent, 299 @anyevent,
301 "common::sense" => 0, 300 "common::sense" => 0,
302 }, 301 },
302 CONFIGURE_REQUIRES => { "ExtUtils::MakeMaker" => 6.52, "Canary::Stability" => 0 },
303 VERSION_FROM => "EV.pm", 303 VERSION_FROM => "EV.pm",
304 PM => { 304 PM => {
305 'EV.pm' => '$(INST_LIB)/EV.pm', 305 'EV.pm' => '$(INST_LIB)/EV.pm',
306 'EV/EVAPI.h' => '$(INST_LIB)/EV/EVAPI.h', 306 'EV/EVAPI.h' => '$(INST_LIB)/EV/EVAPI.h',
307 'EV/MakeMaker.pm' => '$(INST_LIB)/EV/MakeMaker.pm', 307 'EV/MakeMaker.pm' => '$(INST_LIB)/EV/MakeMaker.pm',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines