/[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 1 by dpavlin, Sat Jun 25 20:23:23 2005 UTC revision 211 by dpavlin, Mon Dec 5 17:47:10 2005 UTC
# Line 10  WriteMakefile( Line 10  WriteMakefile(
10      PL_FILES            => {},      PL_FILES            => {},
11      PREREQ_PM => {      PREREQ_PM => {
12          'Test::More' => 0,          'Test::More' => 0,
13            'Config::Tiny' => 0,
14            'File::Slurp' => 0,
15            'Log::Log4perl' => 0,
16            'Data::Dumper' => 0,
17            'Cwd' => 0,
18            'Text::Iconv' => 0,
19            'Storable' => 0,
20            'DBM::Deep' => 0,
21            'XML::Simple' => 0,
22            'Template' => 0,
23            'Time::HiRes' => 0,
24            'File::Temp' => 0,
25            'List::Util' => 0,
26            'URI::Escape' => 0,
27            'LWP' => 0,
28      },      },
29      dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },      dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
30      clean               => { FILES => 'WebPAC-* pod2html Makefile' },      clean               => { FILES => 'WebPAC-* pod2html Makefile tags' },
31  );  );
32    
33  sub MY::postamble {  sub MY::postamble {
# Line 30  changelog: Line 45  changelog:
45          svn update && svn -v log > Changes          svn update && svn -v log > Changes
46    
47  tags:  tags:
48          ctags *.p?          ctags *.p[ml] */*.p[ml] */*/*.p[ml]
49    
50    sf:
51            svn2cvs.pl file:///home/dpavlin/private/svn/webpac2/trunk/ :ext:dpavlin@cvs.sourceforge.net:/cvsroot/webpac webpac2
52    
53    run:
54            rm -f log
55            test ! -e conf/config.yml && ln -s /data/Webpacus/config.yml conf/ || true
56            #estcall raw -auth admin admin 'http://localhost:1978/master?action=nodedel&name=webpac2' || true
57            #estcall raw -auth admin admin 'http://localhost:1978/master?action=nodeadd&name=webpac2&label=WebPAC%20test' || true
58            ./run.pl
59    
60  MAKE_MORE  MAKE_MORE
61  }  }

Legend:
Removed from v.1  
changed lines
  Added in v.211

  ViewVC Help
Powered by ViewVC 1.1.26