r76894 - in /trunk/libboolean-perl: ./ debian/ inc/Module/ inc/Module/Install/ lib/

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Fri Jul 1 21:33:13 UTC 2011


Author: fabreg-guest
Date: Fri Jul  1 21:33:10 2011
New Revision: 76894

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76894
Log:
* New upstream release.
* Bump to 3.9.2 Standard-Version.
* Add myself to Uploaders and Copyright.
* Switch d/compat to 8.
* Build-Depends: switch to debhelper (>= 8).
* Update year in copyright.

Added:
    trunk/libboolean-perl/LICENSE
      - copied unchanged from r76893, branches/upstream/libboolean-perl/current/LICENSE
    trunk/libboolean-perl/inc/Module/Install/GithubMeta.pm
      - copied unchanged from r76893, branches/upstream/libboolean-perl/current/inc/Module/Install/GithubMeta.pm
    trunk/libboolean-perl/inc/Module/Install/Package.pm
      - copied unchanged from r76893, branches/upstream/libboolean-perl/current/inc/Module/Install/Package.pm
    trunk/libboolean-perl/inc/Module/Package.pm
      - copied unchanged from r76893, branches/upstream/libboolean-perl/current/inc/Module/Package.pm
Removed:
    trunk/libboolean-perl/inc/Module/Install/AckXXX.pm
    trunk/libboolean-perl/inc/Module/Install/ManifestSkip.pm
    trunk/libboolean-perl/inc/Module/Install/ReadmeFromPod.pm
    trunk/libboolean-perl/inc/Module/Install/VersionCheck.pm
Modified:
    trunk/libboolean-perl/Changes
    trunk/libboolean-perl/MANIFEST
    trunk/libboolean-perl/META.yml
    trunk/libboolean-perl/Makefile.PL
    trunk/libboolean-perl/debian/changelog
    trunk/libboolean-perl/debian/compat
    trunk/libboolean-perl/debian/control
    trunk/libboolean-perl/debian/copyright
    trunk/libboolean-perl/inc/Module/Install.pm
    trunk/libboolean-perl/inc/Module/Install/Base.pm
    trunk/libboolean-perl/inc/Module/Install/Can.pm
    trunk/libboolean-perl/inc/Module/Install/Fetch.pm
    trunk/libboolean-perl/inc/Module/Install/Makefile.pm
    trunk/libboolean-perl/inc/Module/Install/Metadata.pm
    trunk/libboolean-perl/inc/Module/Install/Win32.pm
    trunk/libboolean-perl/inc/Module/Install/WriteAll.pm
    trunk/libboolean-perl/lib/boolean.pm

Modified: trunk/libboolean-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/Changes?rev=76894&op=diff
==============================================================================
--- trunk/libboolean-perl/Changes (original)
+++ trunk/libboolean-perl/Changes Fri Jul  1 21:33:10 2011
@@ -1,3 +1,8 @@
+---
+version: 0.27
+date:    Tue Jun 28 10:47:01 EDT 2011
+changes:
+- Switch to Module::Package at YAPC 2011 ++
 ---
 version: 0.26
 date:    Fri Jan 21 00:05:44 EST 2011
@@ -12,14 +17,14 @@
 - Removed the new methods and autobox methods.
   They didn't add much except confusion.
 - Documented that you can use isTrue and isFalse as methods.
-- &boolean(1,2,3) now dies like boolean(1,2,3)
-- &boolean() now dies like boolean()
+- '&boolean(1,2,3) now dies like boolean(1,2,3)'
+- '&boolean() now dies like boolean()'
 ---
 version: 0.24
 date:    Thu Jan 13 15:27:09 EST 2011
 changes:
-- @Schwern++ found out how to make true and false immutable.
-  Kudos to #strategicdata++.
+- '@Schwern++ found out how to make true and false immutable.
+  Kudos to #strategicdata++.'
 - Document the boolean() function.
 - Added is_true and is_false methods.
 - Added boolean, is_true, and is_false autobox methods

Modified: trunk/libboolean-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/MANIFEST?rev=76894&op=diff
==============================================================================
--- trunk/libboolean-perl/MANIFEST (original)
+++ trunk/libboolean-perl/MANIFEST Fri Jul  1 21:33:10 2011
@@ -1,17 +1,17 @@
 Changes
 inc/Module/Install.pm
-inc/Module/Install/AckXXX.pm
 inc/Module/Install/Base.pm
 inc/Module/Install/Can.pm
 inc/Module/Install/Fetch.pm
+inc/Module/Install/GithubMeta.pm
 inc/Module/Install/Makefile.pm
-inc/Module/Install/ManifestSkip.pm
 inc/Module/Install/Metadata.pm
-inc/Module/Install/ReadmeFromPod.pm
-inc/Module/Install/VersionCheck.pm
+inc/Module/Install/Package.pm
 inc/Module/Install/Win32.pm
 inc/Module/Install/WriteAll.pm
+inc/Module/Package.pm
 lib/boolean.pm
+LICENSE
 Makefile.PL
 MANIFEST			This list of files
 META.yml

Modified: trunk/libboolean-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/META.yml?rev=76894&op=diff
==============================================================================
--- trunk/libboolean-perl/META.yml (original)
+++ trunk/libboolean-perl/META.yml Fri Jul  1 21:33:10 2011
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.42
 distribution_type: module
-generated_by: 'Module::Install version 1.00'
+generated_by: 'Module::Install version 1.01'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -23,5 +23,7 @@
 requires:
   perl: 5.005003
 resources:
+  homepage: http://github.com/ingydotnet/boolean-pm/tree
   license: http://dev.perl.org/licenses/
-version: 0.26
+  repository: git://github.com/ingydotnet/boolean-pm.git
+version: 0.27

Modified: trunk/libboolean-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/Makefile.PL?rev=76894&op=diff
==============================================================================
--- trunk/libboolean-perl/Makefile.PL (original)
+++ trunk/libboolean-perl/Makefile.PL Fri Jul  1 21:33:10 2011
@@ -1,12 +1,3 @@
-use inc::Module::Install;
-
-all_from        'lib/boolean.pm';
-
-readme_from;
-manifest_skip;
-version_check;
-ack_xxx;
+use inc::Module::Package 'Ingy:modern 0.13';
 
 recommends      'Readonly';
-
-WriteAll;

Modified: trunk/libboolean-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/debian/changelog?rev=76894&op=diff
==============================================================================
--- trunk/libboolean-perl/debian/changelog (original)
+++ trunk/libboolean-perl/debian/changelog Fri Jul  1 21:33:10 2011
@@ -1,3 +1,14 @@
+libboolean-perl (0.27-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Bump to 3.9.2 Standard-Version.
+  * Add myself to Uploaders and Copyright.
+  * Switch d/compat to 8.
+  * Build-Depends: switch to debhelper (>= 8).
+  * Update year in copyright.
+
+ -- Fabrizio Regalli <fabreg at fabreg.it>  Fri, 01 Jul 2011 23:20:54 +0200
+
 libboolean-perl (0.26-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libboolean-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/debian/compat?rev=76894&op=diff
==============================================================================
--- trunk/libboolean-perl/debian/compat (original)
+++ trunk/libboolean-perl/debian/compat Fri Jul  1 21:33:10 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libboolean-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/debian/control?rev=76894&op=diff
==============================================================================
--- trunk/libboolean-perl/debian/control (original)
+++ trunk/libboolean-perl/debian/control Fri Jul  1 21:33:10 2011
@@ -1,13 +1,14 @@
 Source: libboolean-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ansgar Burchardt <ansgar at debian.org>,
  Salvatore Bonaccorso <carnil at debian.org>,
- Nicholas Bamber <nicholas at periapt.co.uk>
-Standards-Version: 3.9.1
+ Nicholas Bamber <nicholas at periapt.co.uk>,
+ Fabrizio Regalli <fabreg at fabreg.it>
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/boolean/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libboolean-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libboolean-perl/

Modified: trunk/libboolean-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/debian/copyright?rev=76894&op=diff
==============================================================================
--- trunk/libboolean-perl/debian/copyright (original)
+++ trunk/libboolean-perl/debian/copyright Fri Jul  1 21:33:10 2011
@@ -8,7 +8,7 @@
 License: Artistic or GPL-1+
 
 Files: inc/*
-Copyright: 2002-2010, Brian Ingerson, Audrey Tang and Adam Kennedy.
+Copyright: 2002-2011, Brian Ingerson, Audrey Tang and Adam Kennedy.
 License: Artistic or GPL-1+
 
 Files: debian/*
@@ -16,6 +16,7 @@
  2008-2010, Ansgar Burchardt <ansgar at debian.org>
  2011, Salvatore Bonaccorso <carnil at debian.org>
  2011, Nicholas Bamber <nicholas at periapt.co.uk>
+ 2011, Fabrizio Regalli <fabreg at fabreg.it>
 License: Artistic or GPL-1+
 
 License: Artistic

Modified: trunk/libboolean-perl/inc/Module/Install.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/inc/Module/Install.pm?rev=76894&op=diff
==============================================================================
--- trunk/libboolean-perl/inc/Module/Install.pm (original)
+++ trunk/libboolean-perl/inc/Module/Install.pm Fri Jul  1 21:33:10 2011
@@ -31,7 +31,7 @@
 	# This is not enforced yet, but will be some time in the next few
 	# releases once we can make sure it won't clash with custom
 	# Module::Install extensions.
-	$VERSION = '1.00';
+	$VERSION = '1.01';
 
 	# Storage for the pseudo-singleton
 	$MAIN    = undef;
@@ -467,4 +467,4 @@
 
 1;
 
-# Copyright 2008 - 2010 Adam Kennedy.
+# Copyright 2008 - 2011 Adam Kennedy.

Modified: trunk/libboolean-perl/inc/Module/Install/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/inc/Module/Install/Base.pm?rev=76894&op=diff
==============================================================================
--- trunk/libboolean-perl/inc/Module/Install/Base.pm (original)
+++ trunk/libboolean-perl/inc/Module/Install/Base.pm Fri Jul  1 21:33:10 2011
@@ -4,7 +4,7 @@
 use strict 'vars';
 use vars qw{$VERSION};
 BEGIN {
-	$VERSION = '1.00';
+	$VERSION = '1.01';
 }
 
 # Suspend handler for "redefined" warnings

Modified: trunk/libboolean-perl/inc/Module/Install/Can.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/inc/Module/Install/Can.pm?rev=76894&op=diff
==============================================================================
--- trunk/libboolean-perl/inc/Module/Install/Can.pm (original)
+++ trunk/libboolean-perl/inc/Module/Install/Can.pm Fri Jul  1 21:33:10 2011
@@ -9,7 +9,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '1.00';
+	$VERSION = '1.01';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }

Modified: trunk/libboolean-perl/inc/Module/Install/Fetch.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/inc/Module/Install/Fetch.pm?rev=76894&op=diff
==============================================================================
--- trunk/libboolean-perl/inc/Module/Install/Fetch.pm (original)
+++ trunk/libboolean-perl/inc/Module/Install/Fetch.pm Fri Jul  1 21:33:10 2011
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '1.00';
+	$VERSION = '1.01';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }

Modified: trunk/libboolean-perl/inc/Module/Install/Makefile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/inc/Module/Install/Makefile.pm?rev=76894&op=diff
==============================================================================
--- trunk/libboolean-perl/inc/Module/Install/Makefile.pm (original)
+++ trunk/libboolean-perl/inc/Module/Install/Makefile.pm Fri Jul  1 21:33:10 2011
@@ -8,7 +8,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '1.00';
+	$VERSION = '1.01';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }

Modified: trunk/libboolean-perl/inc/Module/Install/Metadata.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/inc/Module/Install/Metadata.pm?rev=76894&op=diff
==============================================================================
--- trunk/libboolean-perl/inc/Module/Install/Metadata.pm (original)
+++ trunk/libboolean-perl/inc/Module/Install/Metadata.pm Fri Jul  1 21:33:10 2011
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '1.00';
+	$VERSION = '1.01';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }
@@ -170,7 +170,7 @@
 	# Normalize the version
 	$version = $self->_perl_version($version);
 
-	# We don't support the reall old versions
+	# We don't support the really old versions
 	unless ( $version >= 5.005 ) {
 		die "Module::Install only supports 5.005 or newer (use ExtUtils::MakeMaker)\n";
 	}
@@ -515,6 +515,7 @@
 		'GNU Free Documentation license'     => 'unrestricted', 1,
 		'GNU Affero General Public License'  => 'open_source',  1,
 		'(?:Free)?BSD license'               => 'bsd',          1,
+		'Artistic license 2\.0'              => 'artistic_2',   1,
 		'Artistic license'                   => 'artistic',     1,
 		'Apache (?:Software )?license'       => 'apache',       1,
 		'GPL'                                => 'gpl',          1,
@@ -550,9 +551,9 @@
 
 sub _extract_bugtracker {
 	my @links   = $_[0] =~ m#L<(
-	 \Qhttp://rt.cpan.org/\E[^>]+|
-	 \Qhttp://github.com/\E[\w_]+/[\w_]+/issues|
-	 \Qhttp://code.google.com/p/\E[\w_\-]+/issues/list
+	 https?\Q://rt.cpan.org/\E[^>]+|
+	 https?\Q://github.com/\E[\w_]+/[\w_]+/issues|
+	 https?\Q://code.google.com/p/\E[\w_\-]+/issues/list
 	 )>#gx;
 	my %links;
 	@links{@links}=();
@@ -581,7 +582,7 @@
 sub requires_from {
 	my $self     = shift;
 	my $content  = Module::Install::_readperl($_[0]);
-	my @requires = $content =~ m/^use\s+([^\W\d]\w*(?:::\w+)*)\s+([\d\.]+)/mg;
+	my @requires = $content =~ m/^use\s+([^\W\d]\w*(?:::\w+)*)\s+(v?[\d\.]+)/mg;
 	while ( @requires ) {
 		my $module  = shift @requires;
 		my $version = shift @requires;

Modified: trunk/libboolean-perl/inc/Module/Install/Win32.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/inc/Module/Install/Win32.pm?rev=76894&op=diff
==============================================================================
--- trunk/libboolean-perl/inc/Module/Install/Win32.pm (original)
+++ trunk/libboolean-perl/inc/Module/Install/Win32.pm Fri Jul  1 21:33:10 2011
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '1.00';
+	$VERSION = '1.01';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }

Modified: trunk/libboolean-perl/inc/Module/Install/WriteAll.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/inc/Module/Install/WriteAll.pm?rev=76894&op=diff
==============================================================================
--- trunk/libboolean-perl/inc/Module/Install/WriteAll.pm (original)
+++ trunk/libboolean-perl/inc/Module/Install/WriteAll.pm Fri Jul  1 21:33:10 2011
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '1.00';
+	$VERSION = '1.01';
 	@ISA     = qw{Module::Install::Base};
 	$ISCORE  = 1;
 }

Modified: trunk/libboolean-perl/lib/boolean.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libboolean-perl/lib/boolean.pm?rev=76894&op=diff
==============================================================================
--- trunk/libboolean-perl/lib/boolean.pm (original)
+++ trunk/libboolean-perl/lib/boolean.pm Fri Jul  1 21:33:10 2011
@@ -2,7 +2,7 @@
 use 5.005003;
 use strict;
 # use warnings;
-$boolean::VERSION = '0.26';
+$boolean::VERSION = '0.27';
 
 my ($true, $false);
 




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