/[MARC-Fast]/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, Tue Jan 4 10:26:07 2005 UTC revision 27 by dpavlin, Sun Aug 3 06:49:12 2008 UTC
# Line 9  WriteMakefile( Line 9  WriteMakefile(
9      PREREQ_PM    => {      PREREQ_PM    => {
10          'Test::Simple' => 0.44,          'Test::Simple' => 0.44,
11          'Test::Exception' => 0,          'Test::Exception' => 0,
12            'Data::Dump' => 0,
13          'Carp' => 0,          'Carp' => 0,
14      },      },
15  );  );
16    
17    sub MY::postamble {
18            return <<'MAKE_MORE';
19    
20    changelog:
21            svk update && svk log -v > Changes
22    
23    cpan:
24            make clean
25            rm -f MARC-Fast-*.tar.gz
26            perl Makefile.PL
27            make changelog
28            make dist
29            make disttest
30            @echo
31            @echo -n "Upload" MARC-Fast-*.tar.gz "to CPAN? [y/N]:"
32            @read upload && test "$$upload" == "y" && cpan-upload -verbose MARC-Fast-*.tar.gz
33    
34    MAKE_MORE
35    }

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

  ViewVC Help
Powered by ViewVC 1.1.26