/[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 16 by dpavlin, Sun Jul 17 11:37:07 2005 UTC revision 42 by dpavlin, Mon Nov 14 16:11:40 2005 UTC
# Line 21  WriteMakefile( Line 21  WriteMakefile(
21          'XML::Simple' => 0,          'XML::Simple' => 0,
22          'Template' => 0,          'Template' => 0,
23          'Time::HiRes' => 0,          'Time::HiRes' => 0,
24            'File::Temp' => 0,
25            'List::Util' => 0,
26      },      },
27      dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },      dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
28      clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },      clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },
# Line 43  changelog: Line 45  changelog:
45  tags:  tags:
46          ctags *.p[ml] */*.p[ml] */*/*.p[ml]          ctags *.p[ml] */*.p[ml] */*/*.p[ml]
47    
48    sf:
49            svn2cvs.pl file:///home/dpavlin/private/svn/webpac2/trunk/ :ext:dpavlin@cvs.sourceforge.net:/cvsroot/webpac webpac2
50    
51    
52  MAKE_MORE  MAKE_MORE
53  }  }

Legend:
Removed from v.16  
changed lines
  Added in v.42

  ViewVC Help
Powered by ViewVC 1.1.26