/[webpac2]/trunk/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3 by dpavlin, Sat Jul 16 11:07:38 2005 UTC revision 7 by dpavlin, Sat Jul 16 16:00:19 2005 UTC
# Line 13  WriteMakefile( Line 13  WriteMakefile(
13          'Config::Tiny' => 0,          'Config::Tiny' => 0,
14          'File::Slurp' => 0,          'File::Slurp' => 0,
15          'Log::Log4perl' => 0,          'Log::Log4perl' => 0,
16            'Data::Dumper' => 0,
17      },      },
18      dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },      dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
19      clean               => { FILES => 'WebPAC-* pod2html Makefile' },      clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },
20  );  );
21    
22  sub MY::postamble {  sub MY::postamble {
# Line 33  changelog: Line 34  changelog:
34          svn update && svn -v log > Changes          svn update && svn -v log > Changes
35    
36  tags:  tags:
37          ctags *.p?          ctags *.p[ml] */*.p[ml] */*/*.p[ml]
38    
39  MAKE_MORE  MAKE_MORE
40  }  }

Legend:
Removed from v.3  
changed lines
  Added in v.7

  ViewVC Help
Powered by ViewVC 1.1.26