/[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 298 by dpavlin, Mon Dec 19 19:55:21 2005 UTC revision 331 by dpavlin, Tue Dec 27 23:24:36 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,          'Encode' => 0,
27          'LWP' => 0,          'LWP' => 0,
28          'File::Path' => 0,          'File::Path' => 0,
29          'Biblio::Isis' => 0.13,          'Biblio::Isis' => 0.13,
# Line 53  tags: Line 53  tags:
53  sf:  sf:
54          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
55    
56  run:  config_yml:
         rm -f log  
57          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
58          test -d db && rm -Rf db/* || mkdir db  
59    run: config_yml
60            rm -f log
61            ./run.pl --clean --limit 100
62    
63    full: config_yml
64            rm -f log
65          ./run.pl          ./run.pl
66    
67  MAKE_MORE  MAKE_MORE

Legend:
Removed from v.298  
changed lines
  Added in v.331

  ViewVC Help
Powered by ViewVC 1.1.26