[libcpan-perl-releases-perl] 01/01: Imported Upstream version 1.32
Salvatore Bonaccorso
carnil at debian.org
Fri Aug 9 16:12:24 UTC 2013
This is an automated email from the git hooks/post-receive script.
carnil pushed a commit to annotated tag upstream/1.32
in repository libcpan-perl-releases-perl.
commit 12e7fd0377dd5c94e5740a011f649dd761aca3da
Author: Salvatore Bonaccorso <carnil at debian.org>
Date: Fri Aug 9 18:08:45 2013 +0200
Imported Upstream version 1.32
---
Changes | 22 +++++++++++++++++++++-
META.json | 2 +-
META.yml | 2 +-
Makefile.PL | 2 +-
README | 2 +-
dist.ini | 2 +-
lib/CPAN/Perl/Releases.pm | 12 ++++++++++--
7 files changed, 36 insertions(+), 8 deletions(-)
diff --git a/Changes b/Changes
index b1c8c3d..65b3534 100644
--- a/Changes
+++ b/Changes
@@ -1,8 +1,28 @@
==================================================
-Changes from 2008-08-03 00:00:00 +0000 to present.
+Changes from 2008-08-10 00:00:00 +0000 to present.
==================================================
-----------------------------------------
+version 1.32 at 2013-08-09 09:16:25 +0000
+-----------------------------------------
+
+ Change: 2118ec23a6ff61d54fec10b26d02e9e06d7b5510
+ Author: Chris 'BinGOs' Williams <chris at bingosnet.co.uk>
+ Date : 2013-08-09 10:16:25 +0000
+
+ Updated for v5.18.1-RC3
+
+-----------------------------------------
+version 1.30 at 2013-08-04 16:22:42 +0000
+-----------------------------------------
+
+ Change: e732868dc07ab9dff56d9ef69af68237d676815f
+ Author: Chris 'BinGOs' Williams <chris at bingosnet.co.uk>
+ Date : 2013-08-04 17:22:42 +0000
+
+ Updated for v5.18.1-RC2
+
+-----------------------------------------
version 1.28 at 2013-08-02 08:08:29 +0000
-----------------------------------------
diff --git a/META.json b/META.json
index cc50668..2a3575c 100644
--- a/META.json
+++ b/META.json
@@ -46,6 +46,6 @@
"web" : "https://github.com/bingos/cpan-perl-releases"
}
},
- "version" : "1.28"
+ "version" : "1.32"
}
diff --git a/META.yml b/META.yml
index dce5bfd..b936a49 100644
--- a/META.yml
+++ b/META.yml
@@ -18,4 +18,4 @@ requires:
resources:
homepage: https://github.com/bingos/cpan-perl-releases
repository: https://github.com/bingos/cpan-perl-releases.git
-version: 1.28
+version: 1.32
diff --git a/Makefile.PL b/Makefile.PL
index 648bb0b..b36354c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -23,7 +23,7 @@ my %WriteMakefileArgs = (
"NAME" => "CPAN::Perl::Releases",
"PREREQ_PM" => {},
"TEST_REQUIRES" => {},
- "VERSION" => "1.28",
+ "VERSION" => "1.32",
"test" => {
"TESTS" => "t/*.t"
}
diff --git a/README b/README
index 5d00ce9..daf947c 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ NAME
the tarballs
VERSION
- version 1.28
+ version 1.32
SYNOPSIS
use CPAN::Perl::Releases qw[perl_tarballs];
diff --git a/dist.ini b/dist.ini
index e2b1225..2f3296a 100644
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,5 @@
name = CPAN-Perl-Releases
-version = 1.28
+version = 1.32
author = Chris Williams <chris at bingosnet.co.uk>
license = Perl_5
copyright_holder = Chris Williams
diff --git a/lib/CPAN/Perl/Releases.pm b/lib/CPAN/Perl/Releases.pm
index 28a4139..910fa2f 100644
--- a/lib/CPAN/Perl/Releases.pm
+++ b/lib/CPAN/Perl/Releases.pm
@@ -1,6 +1,6 @@
package CPAN::Perl::Releases;
{
- $CPAN::Perl::Releases::VERSION = '1.28';
+ $CPAN::Perl::Releases::VERSION = '1.32';
}
#ABSTRACT: Mapping Perl releases on CPAN to the location of the tarballs
@@ -399,6 +399,14 @@ our $data =
"tar.bz2" => "R/RJ/RJBS/perl-5.18.1-RC1.tar.bz2",
"tar.gz" => "R/RJ/RJBS/perl-5.18.1-RC1.tar.gz",
},
+ "5.18.1-RC2" => {
+ "tar.bz2" => "R/RJ/RJBS/perl-5.18.1-RC2.tar.bz2",
+ "tar.gz" => "R/RJ/RJBS/perl-5.18.1-RC2.tar.gz",
+ },
+ "5.18.1-RC3" => {
+ "tar.bz2" => "R/RJ/RJBS/perl-5.18.1-RC3.tar.bz2",
+ "tar.gz" => "R/RJ/RJBS/perl-5.18.1-RC3.tar.gz",
+ },
"5.19.0" => {
"tar.bz2" => "R/RJ/RJBS/perl-5.19.0.tar.bz2",
"tar.gz" => "R/RJ/RJBS/perl-5.19.0.tar.gz",
@@ -523,7 +531,7 @@ CPAN::Perl::Releases - Mapping Perl releases on CPAN to the location of the tarb
=head1 VERSION
-version 1.28
+version 1.32
=head1 SYNOPSIS
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcpan-perl-releases-perl.git
More information about the Pkg-perl-cvs-commits
mailing list