/[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 23 by dpavlin, Tue Jul 19 16:51:47 2005 UTC revision 110 by dpavlin, Tue Nov 22 21:52:52 2005 UTC
# Line 22  WriteMakefile( Line 22  WriteMakefile(
22          'Template' => 0,          'Template' => 0,
23          'Time::HiRes' => 0,          'Time::HiRes' => 0,
24          'File::Temp' => 0,          '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 47  tags: Line 48  tags:
48  sf:  sf:
49          svn2cvs.pl file:///home/dpavlin/private/svn/webpac2/trunk/ :ext:dpavlin@cvs.sourceforge.net:/cvsroot/webpac webpac2          svn2cvs.pl file:///home/dpavlin/private/svn/webpac2/trunk/ :ext:dpavlin@cvs.sourceforge.net:/cvsroot/webpac webpac2
50    
51    run:
52            rm -f ./db/* log
53            estcall raw -auth admin admin 'http://localhost:1978/master?action=nodeadd&name=webpac2&label=WebPAC%20test' || true
54            ./run.pl
55    
56  MAKE_MORE  MAKE_MORE
57  }  }

Legend:
Removed from v.23  
changed lines
  Added in v.110

  ViewVC Help
Powered by ViewVC 1.1.26