diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-04-10 07:42:33 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-04-10 07:42:33 +0000 |
commit | 6aaee015312976007994b80b72c65ab6b6237774 (patch) | |
tree | da8e722757077a1fda3796b78f5db4bee5643249 /win32/makefile.mk | |
parent | 8aefeee2c641e088fc7ae56870f0748e4f607f90 (diff) | |
download | perl-6aaee015312976007994b80b72c65ab6b6237774.tar.gz |
Add CPANPLUS 0.78
p4raw-id: //depot/perl@30883
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index e5f6bc6f94..966aa7478b 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -746,6 +746,9 @@ UTILS = \ ..\utils\prove \ ..\utils\ptar \ ..\utils\ptardiff \ + ..\utils\cpanp-run-perl \ + ..\utils\cpanp \ + ..\utils\cpan2dist \ ..\utils\shasum \ ..\utils\instmodsh \ ..\pod\checkpods \ @@ -1487,7 +1490,7 @@ distclean: realclean podchecker podselect -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \ perldoc perlivp dprofpp libnetcfg enc2xs piconv cpan *.bat \ - xsubpp instmodsh prove ptar ptardiff shasum corelist config_data + xsubpp instmodsh prove ptar ptardiff cpanp-run-perl cpanp cpan2dist shasum corelist config_data -cd ..\x2p && del /f find2perl s2p psed *.bat -del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new \ perlmainst.c |