/[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 301 by dpavlin, Mon Dec 19 21:26:04 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 57  config_yml: Line 57  config_yml:
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    
59  run: config_yml  run: config_yml
60            rm -f log
61          ./run.pl --clean --limit 100          ./run.pl --clean --limit 100
62    
63  index: config_yml  full: config_yml
64          ./run.pl --clean          rm -f log
65            ./run.pl
66    
67  MAKE_MORE  MAKE_MORE
68  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.26