r69036 - in /trunk/libcpan-inject-perl: Changes MANIFEST META.yml README debian/changelog debian/control debian/copyright lib/CPAN/Inject.pm script/cpaninject t/data/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Feb 19 01:50:35 UTC 2011


Author: jawnsy-guest
Date: Sat Feb 19 01:50:28 2011
New Revision: 69036

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=69036
Log:
TODO:
- rewrite control description
- add Provides: cpaninject (maybe?)
- document new tarball in t/data/

Added:
    trunk/libcpan-inject-perl/t/data/
      - copied from r69033, branches/upstream/libcpan-inject-perl/current/t/data/
Modified:
    trunk/libcpan-inject-perl/Changes
    trunk/libcpan-inject-perl/MANIFEST
    trunk/libcpan-inject-perl/META.yml
    trunk/libcpan-inject-perl/README
    trunk/libcpan-inject-perl/debian/changelog
    trunk/libcpan-inject-perl/debian/control
    trunk/libcpan-inject-perl/debian/copyright
    trunk/libcpan-inject-perl/lib/CPAN/Inject.pm
    trunk/libcpan-inject-perl/script/cpaninject

Modified: trunk/libcpan-inject-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-inject-perl/Changes?rev=69036&op=diff
==============================================================================
--- trunk/libcpan-inject-perl/Changes (original)
+++ trunk/libcpan-inject-perl/Changes Sat Feb 19 01:50:28 2011
@@ -1,4 +1,10 @@
 Revision history for Perl extension CPAN-Inject
+
+1.13 Wed 5 Jan 2011
+	- Bumped minimum version of Perl to 5.006 (ADAMK)
+	- Test pass with a non-existant ~/.cpan (BOGDAN)
+	- Tests tweaked for better failure into (SZABGAB)
+	- Fixing missing tarball in distribution (ADAMK)
 
 1.12 Sat 18 Dec 2010
 	- Moving to a production version

Modified: trunk/libcpan-inject-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-inject-perl/MANIFEST?rev=69036&op=diff
==============================================================================
--- trunk/libcpan-inject-perl/MANIFEST (original)
+++ trunk/libcpan-inject-perl/MANIFEST Sat Feb 19 01:50:28 2011
@@ -17,6 +17,7 @@
 script/cpaninject
 t/01_compile.t
 t/02_main.t
+t/data/Config-Tiny-2.09.tar.gz
 xt/meta.t
 xt/pmv.t
 xt/pod.t

Modified: trunk/libcpan-inject-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-inject-perl/META.yml?rev=69036&op=diff
==============================================================================
--- trunk/libcpan-inject-perl/META.yml (original)
+++ trunk/libcpan-inject-perl/META.yml Sat Feb 19 01:50:28 2011
@@ -31,9 +31,9 @@
   File::chmod: 0.30
   File::stat: 1.00
   Params::Util: 0.21
-  perl: 5.005
+  perl: 5.6.0
 resources:
   ChangeLog: http://fisheye2.atlassian.com/changelog/cpan/trunk/CPAN-Inject
   license: http://dev.perl.org/licenses/
   repository: http://svn.ali.as/cpan/trunk/CPAN-Inject
-version: 1.12
+version: 1.13

Modified: trunk/libcpan-inject-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-inject-perl/README?rev=69036&op=diff
==============================================================================
--- trunk/libcpan-inject-perl/README (original)
+++ trunk/libcpan-inject-perl/README Sat Feb 19 01:50:28 2011
@@ -192,7 +192,7 @@
     CPAN::Mini::Inject
 
 COPYRIGHT
-    Copyright 2006 - 2010 Adam Kennedy.
+    Copyright 2006 - 2011 Adam Kennedy.
 
     This program is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.

Modified: trunk/libcpan-inject-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-inject-perl/debian/changelog?rev=69036&op=diff
==============================================================================
--- trunk/libcpan-inject-perl/debian/changelog (original)
+++ trunk/libcpan-inject-perl/debian/changelog Sat Feb 19 01:50:28 2011
@@ -1,7 +1,9 @@
-libcpan-inject-perl (1.12-1) UNRELEASED; urgency=low
+libcpan-inject-perl (1.13-1) UNRELEASED; urgency=low
 
-  No significant changes
-  IGNORE-VERSION: 1.12-1
+  TODO:
+  - rewrite control description
+  - add Provides: cpaninject (maybe?)
+  - document new tarball in t/data/
 
   [ Jonathan Yu ]
   * New upstream release
@@ -15,7 +17,7 @@
   [ Salvatore Bonaccorso ]
   * Update my email address.
 
- -- Jonathan Yu <jawnsy at cpan.org>  Fri, 24 Dec 2010 15:25:02 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 18 Feb 2011 21:08:06 -0500
 
 libcpan-inject-perl (0.11-2) unstable; urgency=low
 

Modified: trunk/libcpan-inject-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-inject-perl/debian/control?rev=69036&op=diff
==============================================================================
--- trunk/libcpan-inject-perl/debian/control (original)
+++ trunk/libcpan-inject-perl/debian/control Sat Feb 19 01:50:28 2011
@@ -2,9 +2,14 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: perl, libfile-remove-perl (>= 0.34), libtest-script-perl,
- libcpan-checksums-perl, libparams-util-perl (>= 0.21),
- libfile-chmod-perl, libtest-pod-perl, libtest-pod-coverage-perl,
+Build-Depends-Indep: perl,
+ libfile-remove-perl (>= 0.34),
+ libtest-script-perl,
+ libcpan-checksums-perl,
+ libparams-util-perl (>= 0.21),
+ libfile-chmod-perl,
+ libtest-pod-perl,
+ libtest-pod-coverage-perl,
  libtest-minimumversion-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryan at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
@@ -16,8 +21,10 @@
 
 Package: libcpan-inject-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libcpan-checksums-perl,
- libparams-util-perl (>= 0.21), libfile-chmod-perl
+Depends: ${perl:Depends}, ${misc:Depends},
+ libcpan-checksums-perl,
+ libparams-util-perl (>= 0.21),
+ libfile-chmod-perl
 Description: class for injecting distributions into CPAN sources
  CPAN::Inject provides a simple and reusable interface for injecting arbitrary
  packages to a CPAN mirror. Specifically, it takes an arbitrary tarball and

Modified: trunk/libcpan-inject-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-inject-perl/debian/copyright?rev=69036&op=diff
==============================================================================
--- trunk/libcpan-inject-perl/debian/copyright (original)
+++ trunk/libcpan-inject-perl/debian/copyright Sat Feb 19 01:50:28 2011
@@ -4,17 +4,17 @@
 Name: CPAN-Inject
 
 Files: *
-Copyright: 2006-2010, Adam Kennedy <adamk at cpan.org>
+Copyright: 2006-2011, Adam Kennedy <adamk at cpan.org>
 License: Artistic or GPL-1+
 
 Files: inc/Module/*
-Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
- 2002-2009, Audrey Tang <autrijus at autrijus.org>
- 2002-2009, Brian Ingerson <ingy at cpan.org>
+Copyright: 2002-2010, Adam Kennedy <adamk at cpan.org>
+ 2002-2010, Audrey Tang <autrijus at autrijus.org>
+ 2002-2010, Brian Ingerson <ingy at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 2009-2010, Jonathan Yu <jawnsy at cpan.org>
+Copyright: 2009-2011, Jonathan Yu <jawnsy at cpan.org>
  2009, Ryan Niebur <ryan at debian.org>
  2009, Salvatore Bonaccorso <carnil at debian.org>
 License: Artistic or GPL-1+

Modified: trunk/libcpan-inject-perl/lib/CPAN/Inject.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-inject-perl/lib/CPAN/Inject.pm?rev=69036&op=diff
==============================================================================
--- trunk/libcpan-inject-perl/lib/CPAN/Inject.pm (original)
+++ trunk/libcpan-inject-perl/lib/CPAN/Inject.pm Sat Feb 19 01:50:28 2011
@@ -49,9 +49,9 @@
 
 =cut
 
-use 5.005;
+use 5.006;
 use strict;
-use Params::Util    '_STRING';
+use Params::Util    ();
 use File::stat      ();
 use File::chmod     ();
 use File::Spec      ();
@@ -63,7 +63,7 @@
 use vars qw{$VERSION $CHECK_OWNER};
 
 BEGIN {
-	$VERSION = '1.12';
+	$VERSION = '1.13';
 
 	# Attempt to determine whether or not we are capable
 	# of finding the owner of a directory.
@@ -136,7 +136,7 @@
 
 	# Check where we are going to write to
 	my $sources = $self->sources;
-	unless ( _STRING($sources) ) {
+	unless ( Params::Util::_STRING($sources) ) {
 		Carp::croak("Did not probide a sources param, or not a string");
 	}
 	unless ( -d $sources ) {
@@ -473,7 +473,7 @@
 # Support Functions
 
 sub _AUTHOR {
-	( _STRING( $_[0] ) and $_[0] =~ /^[A-Z]{3,}$/ ) ? $_[0] : undef;
+	( Params::Util::_STRING( $_[0] ) and $_[0] =~ /^[A-Z]{3,}$/ ) ? $_[0] : undef;
 }
 
 1;
@@ -518,7 +518,7 @@
 
 =head1 COPYRIGHT
 
-Copyright 2006 - 2010 Adam Kennedy.
+Copyright 2006 - 2011 Adam Kennedy.
 
 This program is free software; you can redistribute
 it and/or modify it under the same terms as Perl itself.

Modified: trunk/libcpan-inject-perl/script/cpaninject
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcpan-inject-perl/script/cpaninject?rev=69036&op=diff
==============================================================================
--- trunk/libcpan-inject-perl/script/cpaninject (original)
+++ trunk/libcpan-inject-perl/script/cpaninject Sat Feb 19 01:50:28 2011
@@ -41,13 +41,14 @@
 
 package cpaninject;
 
+use 5.006;
 use strict;
-use Params::Util '_STRING';
+use Params::Util ();
 use CPAN::Inject;
 
 use vars qw{$VERSION};
 BEGIN {
-	$VERSION = '1.12';
+	$VERSION = '1.13';
 }
 
 
@@ -62,7 +63,7 @@
 }
 
 # Get the file name
-my $file = _STRING(shift @ARGV);
+my $file = Params::Util::_STRING(shift @ARGV);
 unless ( $file ) {
 	error("Did not provide a file name");
 }
@@ -126,7 +127,7 @@
 
 =head1 COPYRIGHT
 
-Copyright 2006 - 2010 Adam Kennedy.
+Copyright 2006 - 2011 Adam Kennedy.
 
 This program is free software; you can redistribute
 it and/or modify it under the same terms as Perl itself.




More information about the Pkg-perl-cvs-commits mailing list