In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b332a43bd08680672b0f70c2cadd3a964443dafd?hp=ab093f19b906ca5bbd46a406b91acebad99a95ff>
- Log ----------------------------------------------------------------- commit b332a43bd08680672b0f70c2cadd3a964443dafd Author: Craig A. Berry <[email protected]> Date: Sun Oct 17 15:18:02 2010 -0500 Clean up the name mangler database on VMS. This is created when compiling with /NAMES=SHORTENED. Already committed upstream at: http://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/commit/8f164a59 ----------------------------------------------------------------------- Summary of changes: cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm index b4c7ae4..5be6cf9 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm @@ -1067,14 +1067,14 @@ $(INST_STATIC) : $(OBJECT) $(MYEXTLIB) =item extra_clean_files Clean up some OS specific files. Plus the temp file used to shorten -a lot of commands. +a lot of commands. And the name mangler database. =cut sub extra_clean_files { return qw( *.Map *.Dmp *.Lis *.cpp *.$(DLEXT) *.Opt $(BASEEXT).bso - .MM_Tmp + .MM_Tmp cxx_repository ); } -- Perl5 Master Repository
