In perl.git, the branch rjbs/release-5.16 has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/9a5884b58dd19c9c443591830d5b4d7f01fe4881?hp=1d39e4e8975ff9f8f795157227643dd40e7744b0>
- Log -----------------------------------------------------------------
commit 9a5884b58dd19c9c443591830d5b4d7f01fe4881
Author: Ricardo Signes <rjbs@cpan.org>
Date: Wed May 2 08:27:24 2012 -0400
okay the links to CPAN modules in the perldelta
M t/porting/known_pod_issues.dat
commit 2a7c82c8be89c35cdf20321cf703512affb75d87
Author: Ricardo Signes <rjbs@cpan.org>
Date: Wed May 2 08:27:06 2012 -0400
update .gitignore: we generate 5160delta now
M pod/.gitignore
commit 0fd578c893d44fd54415c5fa610d1e66ea71d91a
Author: Ricardo Signes <rjbs@cpan.org>
Date: Wed May 2 08:17:38 2012 -0400
regenerate uconfig.h
M uconfig.h
-----------------------------------------------------------------------
Summary of changes:
pod/.gitignore | 2 +-
t/porting/known_pod_issues.dat | 5 +++++
uconfig.h | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/pod/.gitignore b/pod/.gitignore
index 8af69a1..ed94f1e 100644
--- a/pod/.gitignore
+++ b/pod/.gitignore
@@ -59,7 +59,7 @@
/roffitall
# generated
-/perl51510delta.pod
+/perl5160delta.pod
/perlapi.pod
/perlintern.pod
*.html
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index 34ae776..107f9b8 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -32,6 +32,7 @@ curl(1)
Data::Entropy
Data::Float
Data::Types
+Date::Pcalc
DateTime
DB_File(3)
DBIx::Profile
@@ -47,6 +48,7 @@ fetch(1)
File::chdir
File::Copy::Recursive
File::Findgrep
+File::MMagic
File::ShareDir
flock(3)
fsync(3c)
@@ -70,6 +72,8 @@ Math::Random::MT::Perl
Math::Random::Secure
Math::TrulyRandom
md5sum(1)
+Module::CPANTS::Analyse
+Module::Find
Module::Info
Module::Starter
MRO::Compat
@@ -84,6 +88,7 @@ perl(1)
Perl::Unsafe::Signals
perlbug(1)
PerlIO::locale
+PerlIO::Util
PerlIO::via::Base64
PerlIO::via::StripHTML
perllexwarn(1)
diff --git a/uconfig.h b/uconfig.h
index 7885bdd..20b1f23 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -4735,5 +4735,5 @@
/* Generated from:
* d9b6a68b192c72c0695b560fae6e4916b381f55df5fdf7911b0ef434840f092e config_h.SH
- * 57694ed3f0d8607c648dcda8db17e8301e376b16cd7b7bed04772c713c1d5818 uconfig.sh
+ * 2678333a6d6676f8aa39b7011bf5133dce5be453df10a8d04cb3187103a10caf uconfig.sh
* ex: set ro: */
--
Perl5 Master Repository