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

Comparing Coro/Makefile.PL (file contents):
Revision 1.1 by root, Tue Jul 3 02:53:34 2001 UTC vs.
Revision 1.3 by root, Thu Jul 19 02:45:09 2001 UTC

8 COMPRESS => 'gzip -9v', 8 COMPRESS => 'gzip -9v',
9 SUFFIX => '.gz', 9 SUFFIX => '.gz',
10 }, 10 },
11 NAME => "Coro", 11 NAME => "Coro",
12 VERSION_FROM => "Coro.pm", 12 VERSION_FROM => "Coro.pm",
13 DIR => ['Coro'],
13); 14);
14 15
16sub MY::postamble {
17 <<EOF;
18
19# set \$VERSION in all modules
20setver:
21 \$(PERL) -pi -e 's/^(\\s*\\\$\$VERSION\\s*=\\s*).*\$\$/\$\${1}\$(VERSION);/' *.pm Coro/*.pm
22
23EOF
24}
25
26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines