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

Legend:
Removed from v.11  
changed lines
  Added in v.12

  ViewVC Help
Powered by ViewVC 1.1.26