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

Comparing AnyEvent/Makefile.PL (file contents):
Revision 1.13 by root, Thu May 29 03:45:37 2008 UTC vs.
Revision 1.14 by root, Fri May 30 21:38:46 2008 UTC

35 JSON::XS 2.2 35 JSON::XS 2.2
36 EV: 4.05 36 EV: 4.05
37 }, 37 },
38); 38);
39 39
40sub MY::postamble {
41 <<EOF;
42
43# set \$VERSION in all modules
44setver:
45 \$(PERL) -pi -e 's/^(\\s*(our\\s*)?\\\$\$VERSION\\s*=\\s*).*\$\$/\$\${1}\$(VERSION);/' \$(TO_INST_PM)
46
47EOF
48}
49

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines