Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl.git] branch blead, updated. v5.17.8-158-g9f0f8af

1 view
Skip to first unread message

Steve Hay

unread,
Feb 15, 2013, 4:32:50 AM2/15/13
to perl5-...@perl.org
In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/9f0f8af15a48e86544f957f22dcf13b39560f82b?hp=012528a99df1906d6feaaaf05657a53374aebc46>

- Log -----------------------------------------------------------------
commit 9f0f8af15a48e86544f957f22dcf13b39560f82b
Author: Steve Hay <steve...@googlemail.com>
Date: Fri Feb 15 08:52:47 2013 +0000

Update File::Temp layout

The latest tarball has moved Temp.pm into a lib/ folder, so we may as well
do likewise to keep Maintainers.pl happy. Also correct the tarball filename
listed there.

M MANIFEST
M Porting/Maintainers.pl
D cpan/File-Temp/Temp.pm
A cpan/File-Temp/lib/File/Temp.pm

commit 1fe0c842e6ca91e3165072f65ffcbe0b3aebae9e
Author: Steve Hay <steve...@googlemail.com>
Date: Fri Feb 15 08:33:32 2013 +0000

List files excluded from Config::Perl::V

M Porting/Maintainers.pl
-----------------------------------------------------------------------

Summary of changes:
MANIFEST | 2 +-
Porting/Maintainers.pl | 7 ++++---
cpan/File-Temp/{ => lib/File}/Temp.pm | 0
3 files changed, 5 insertions(+), 4 deletions(-)
rename cpan/File-Temp/{ => lib/File}/Temp.pm (100%)

diff --git a/MANIFEST b/MANIFEST
index 886aaf2..a941a01 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1155,8 +1155,8 @@ cpan/File-Fetch/t/null_subclass.t
cpan/File-Path/lib/File/Path.pm Do things like 'mkdir -p' and 'rm -r'
cpan/File-Path/t/Path.t See if File::Path works
cpan/File-Path/t/taint.t See if File::Path works with -T
+cpan/File-Temp/lib/File/Temp.pm create safe temporary files and file handles
cpan/File-Temp/t/cmp.t See if File::Temp works
-cpan/File-Temp/Temp.pm create safe temporary files and file handles
cpan/File-Temp/t/fork.t See if File::Temp works
cpan/File-Temp/t/lock.t See if File::Temp works
cpan/File-Temp/t/mktemp.t See if File::Temp works
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 2b3b320..8972e85 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -103,8 +103,8 @@ use File::Glob qw(:case);
@IGNORABLE = qw(
.cvsignore .dualLivedDiffConfig .gitignore
ANNOUNCE Announce Artistic AUTHORS BENCHMARK BUGS Build.PL
- CHANGELOG ChangeLog CHANGES Changes COPYING Copying CREDITS dist.ini
- GOALS HISTORY INSTALL INSTALL.SKIP LICENSE Makefile.PL
+ CHANGELOG ChangeLog Changelog CHANGES Changes COPYING Copying CREDITS
+ dist.ini GOALS HISTORY INSTALL INSTALL.SKIP LICENSE Makefile.PL
MANIFEST MANIFEST.SKIP META.yml MYMETA.yml META.json MYMETA.json
NEW NOTES perlcritic.rc ppport.h README README.PATCHING SIGNATURE
THANKS TODO Todo VERSION WHATSNEW CONTRIBUTING
@@ -391,6 +391,7 @@ use File::Glob qw(:case);
'MAINTAINER' => 'hmbrand',
'DISTRIBUTION' => 'HMBRAND/Config-Perl-V-0.17.tgz',
'FILES' => q[cpan/Config-Perl-V],
+ 'EXCLUDED' => ['examples/show-v.pl'],
'UPSTREAM' => 'cpan',
},

@@ -860,7 +861,7 @@ use File::Glob qw(:case);

'File::Temp' => {
'MAINTAINER' => 'tjenness',
- 'DISTRIBUTION' => 'TJENNESS/File-Temp-0.22_09.tar.gz',
+ 'DISTRIBUTION' => 'TJENNESS/File-Temp-0.22_90.tar.gz',
'FILES' => q[cpan/File-Temp],
'EXCLUDED' => [
qw( misc/benchmark.pl
diff --git a/cpan/File-Temp/Temp.pm b/cpan/File-Temp/lib/File/Temp.pm
similarity index 100%
rename from cpan/File-Temp/Temp.pm
rename to cpan/File-Temp/lib/File/Temp.pm

--
Perl5 Master Repository
0 new messages