r5363 - in /packages/libmath-nocarry-perl/branches/upstream/current: Changes LICENSE MANIFEST META.yml Makefile.PL lib/NoCarry.pm

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Wed May 9 14:30:27 UTC 2007


Author: gwolf
Date: Wed May  9 14:30:26 2007
New Revision: 5363

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5363
Log:
[svn-upgrade] Integrating new upstream version, libmath-nocarry-perl (1.10)

Added:
    packages/libmath-nocarry-perl/branches/upstream/current/LICENSE
Modified:
    packages/libmath-nocarry-perl/branches/upstream/current/Changes
    packages/libmath-nocarry-perl/branches/upstream/current/MANIFEST
    packages/libmath-nocarry-perl/branches/upstream/current/META.yml
    packages/libmath-nocarry-perl/branches/upstream/current/Makefile.PL
    packages/libmath-nocarry-perl/branches/upstream/current/lib/NoCarry.pm

Modified: packages/libmath-nocarry-perl/branches/upstream/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-nocarry-perl/branches/upstream/current/Changes?rev=5363&op=diff
==============================================================================
--- packages/libmath-nocarry-perl/branches/upstream/current/Changes (original)
+++ packages/libmath-nocarry-perl/branches/upstream/current/Changes Wed May  9 14:30:26 2007
@@ -1,4 +1,8 @@
 Revision history for Perl extension Math::NoCarry.
+
+1.10 - Tue Jan  9 22:33:59 2007
+	* updated copyright and license info
+	* no code changes, so no need to upgrade
 
 1.09 - Thu May 18 17:15:39 2006
 	* Updates to distro and kwalitee. No need to upgrade.

Added: packages/libmath-nocarry-perl/branches/upstream/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-nocarry-perl/branches/upstream/current/LICENSE?rev=5363&op=file
==============================================================================
--- packages/libmath-nocarry-perl/branches/upstream/current/LICENSE (added)
+++ packages/libmath-nocarry-perl/branches/upstream/current/LICENSE Wed May  9 14:30:26 2007
@@ -1,0 +1,1 @@
+You can use Math::NoCarry under the same terms as Perl itself.

Modified: packages/libmath-nocarry-perl/branches/upstream/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-nocarry-perl/branches/upstream/current/MANIFEST?rev=5363&op=diff
==============================================================================
--- packages/libmath-nocarry-perl/branches/upstream/current/MANIFEST (original)
+++ packages/libmath-nocarry-perl/branches/upstream/current/MANIFEST Wed May  9 14:30:26 2007
@@ -1,5 +1,6 @@
 Changes
 lib/NoCarry.pm
+LICENSE
 Makefile.PL
 MANIFEST
 META.yml

Modified: packages/libmath-nocarry-perl/branches/upstream/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-nocarry-perl/branches/upstream/current/META.yml?rev=5363&op=diff
==============================================================================
--- packages/libmath-nocarry-perl/branches/upstream/current/META.yml (original)
+++ packages/libmath-nocarry-perl/branches/upstream/current/META.yml Wed May  9 14:30:26 2007
@@ -1,11 +1,12 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         Math-NoCarry
-version:      1.09
-version_from: lib/NoCarry.pm
-installdirs:  site
-requires:
+--- #YAML:1.0
+name:                Math-NoCarry
+version:             1.10
+abstract:            ~
+license:             perl
+generated_by:        ExtUtils::MakeMaker version 6.31
+distribution_type:   module
+requires:     
     Test::More:                    0
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
+    version: 1.2

Modified: packages/libmath-nocarry-perl/branches/upstream/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-nocarry-perl/branches/upstream/current/Makefile.PL?rev=5363&op=diff
==============================================================================
--- packages/libmath-nocarry-perl/branches/upstream/current/Makefile.PL (original)
+++ packages/libmath-nocarry-perl/branches/upstream/current/Makefile.PL Wed May  9 14:30:26 2007
@@ -1,4 +1,4 @@
-# $Id: Makefile.PL,v 1.3 2006/05/18 22:14:56 comdog Exp $
+# $Id: Makefile.PL,v 1.4 2007/01/10 04:33:25 comdog Exp $
 use ExtUtils::MakeMaker;
 
 eval "use Test::Manifest 1.14";
@@ -7,6 +7,7 @@
 	(
 	'NAME'           => 'Math::NoCarry',
 	'VERSION_FROM'   => 'lib/NoCarry.pm',
+	'LICENSE'       => 'perl',
 	'PM'             => {
 		'lib/NoCarry.pm'    => '$(INST_LIBDIR)/NoCarry.pm',
 		},

Modified: packages/libmath-nocarry-perl/branches/upstream/current/lib/NoCarry.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libmath-nocarry-perl/branches/upstream/current/lib/NoCarry.pm?rev=5363&op=diff
==============================================================================
--- packages/libmath-nocarry-perl/branches/upstream/current/lib/NoCarry.pm (original)
+++ packages/libmath-nocarry-perl/branches/upstream/current/lib/NoCarry.pm Wed May  9 14:30:26 2007
@@ -1,11 +1,11 @@
-# $Id: NoCarry.pm,v 1.9 2006/05/18 22:14:56 comdog Exp $
+# $Id: NoCarry.pm,v 1.10 2007/01/10 04:33:25 comdog Exp $
 package Math::NoCarry;
 use strict;
 
 use base qw(Exporter);
 
 use vars qw($VERSION);
-$VERSION = sprintf "%d.%02d", q$Revision: 1.9 $ =~ m/ (\d+) \. (\d+) /xg;
+$VERSION = sprintf "%d.%02d", q$Revision: 1.10 $ =~ m/ (\d+) \. (\d+) /xg;
 
 =head1 NAME
 
@@ -220,10 +220,11 @@
 
 brian d foy, C<< <bdfoy at cpan.org> >>
 
-=head1 COPYRIGHT
-
-Copyright 2002-2006, brian d foy, All Rights Reserved.
-
-You may redistribute this under the same terms as Perl itself.
-
-=cut
+=head1 COPYRIGHT AND LICENSE
+
+Copyright (c) 2002-2007 brian d foy.  All rights reserved.
+
+This program is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.
+
+=cut




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