/[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 145 by dpavlin, Fri Nov 25 15:04:55 2005 UTC revision 215 by dpavlin, Mon Dec 5 17:47:39 2005 UTC
# Line 23  WriteMakefile( Line 23  WriteMakefile(
23          'Time::HiRes' => 0,          'Time::HiRes' => 0,
24          'File::Temp' => 0,          'File::Temp' => 0,
25          'List::Util' => 0,          'List::Util' => 0,
26            'URI::Escape' => 0,
27            'LWP' => 0,
28            'File::Path' => 0,
29      },      },
30      dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },      dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
31      clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },      clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },
# Line 51  sf: Line 54  sf:
54  run:  run:
55          rm -f log          rm -f log
56          test ! -e conf/config.yml && ln -s /data/Webpacus/config.yml conf/ || true          test ! -e conf/config.yml && ln -s /data/Webpacus/config.yml conf/ || true
57          estcall raw -auth admin admin 'http://localhost:1978/master?action=nodedel&name=webpac2' || true          #estcall raw -auth admin admin 'http://localhost:1978/master?action=nodedel&name=webpac2' || true
58          estcall raw -auth admin admin 'http://localhost:1978/master?action=nodeadd&name=webpac2&label=WebPAC%20test' || true          #estcall raw -auth admin admin 'http://localhost:1978/master?action=nodeadd&name=webpac2&label=WebPAC%20test' || true
59          ./run.pl          ./run.pl
60    
61  MAKE_MORE  MAKE_MORE

Legend:
Removed from v.145  
changed lines
  Added in v.215

  ViewVC Help
Powered by ViewVC 1.1.26