r75240 - in /trunk/libmoosex-singleton-perl: ./ debian/ lib/MooseX/ lib/MooseX/Singleton/Role/ lib/MooseX/Singleton/Role/Meta/ lib/MooseX/Singleton/Role/Meta/Method/ t/
ghedo-guest at users.alioth.debian.org
ghedo-guest at users.alioth.debian.org
Tue Jun 7 10:48:22 UTC 2011
Author: ghedo-guest
Date: Tue Jun 7 10:48:14 2011
New Revision: 75240
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75240
Log:
IGNORE-VERSION: 0.27
No need to upload, unless FTBS being reported
* New upstream release
* Update upstream copyright year
* Tighten versioned B-D-I on libmoosex-strictconstructor-perl
Added:
trunk/libmoosex-singleton-perl/Changes
- copied unchanged from r75239, branches/upstream/libmoosex-singleton-perl/current/Changes
Removed:
trunk/libmoosex-singleton-perl/ChangeLog
Modified:
trunk/libmoosex-singleton-perl/LICENSE
trunk/libmoosex-singleton-perl/MANIFEST
trunk/libmoosex-singleton-perl/META.json
trunk/libmoosex-singleton-perl/META.yml
trunk/libmoosex-singleton-perl/Makefile.PL
trunk/libmoosex-singleton-perl/README
trunk/libmoosex-singleton-perl/debian/changelog
trunk/libmoosex-singleton-perl/debian/control
trunk/libmoosex-singleton-perl/debian/copyright
trunk/libmoosex-singleton-perl/dist.ini
trunk/libmoosex-singleton-perl/lib/MooseX/Singleton.pm
trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Meta/Class.pm
trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Meta/Instance.pm
trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Meta/Method/Constructor.pm
trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Object.pm
trunk/libmoosex-singleton-perl/t/006-cooperative.t
Modified: trunk/libmoosex-singleton-perl/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/LICENSE?rev=75240&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/LICENSE (original)
+++ trunk/libmoosex-singleton-perl/LICENSE Tue Jun 7 10:48:14 2011
@@ -1,4 +1,4 @@
-This software is copyright (c) 2001 by Shawn M Moore.
+This software is copyright (c) 2011 by Shawn M Moore.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
@@ -12,21 +12,22 @@
--- The GNU General Public License, Version 1, February 1989 ---
-This software is Copyright (c) 2001 by Shawn M Moore.
+This software is Copyright (c) 2011 by Shawn M Moore.
This is free software, licensed under:
The GNU General Public License, Version 1, February 1989
- GNU GENERAL PUBLIC LICENSE
- Version 1, February 1989
+ GNU GENERAL PUBLIC LICENSE
+ Version 1, February 1989
Copyright (C) 1989 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
- Preamble
+ Preamble
The license agreements of most software companies try to keep users
at the mercy of those companies. By contrast, our General Public
@@ -67,7 +68,7 @@
The precise terms and conditions for copying, distribution and
modification follow.
- GNU GENERAL PUBLIC LICENSE
+ GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any program or other work which
@@ -185,7 +186,7 @@
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
- NO WARRANTY
+ NO WARRANTY
9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
@@ -207,9 +208,9 @@
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
- END OF TERMS AND CONDITIONS
-
- Appendix: How to Apply These Terms to Your New Programs
+ END OF TERMS AND CONDITIONS
+
+ Appendix: How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to humanity, the best way to achieve this is to make it
@@ -235,8 +236,9 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software Foundation,
- Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA
+
Also add information on how to contact you by electronic and paper mail.
@@ -270,7 +272,7 @@
--- The Artistic License 1.0 ---
-This software is Copyright (c) 2001 by Shawn M Moore.
+This software is Copyright (c) 2011 by Shawn M Moore.
This is free software, licensed under:
Modified: trunk/libmoosex-singleton-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/MANIFEST?rev=75240&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/MANIFEST (original)
+++ trunk/libmoosex-singleton-perl/MANIFEST Tue Jun 7 10:48:14 2011
@@ -1,4 +1,4 @@
-ChangeLog
+Changes
LICENSE
MANIFEST
META.json
Modified: trunk/libmoosex-singleton-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/META.json?rev=75240&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/META.json (original)
+++ trunk/libmoosex-singleton-perl/META.json Tue Jun 7 10:48:14 2011
@@ -4,7 +4,7 @@
"Shawn M Moore <sartak at gmail.com>"
],
"dynamic_config" : 0,
- "generated_by" : "Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.110240",
+ "generated_by" : "Dist::Zilla version 4.200006, CPAN::Meta::Converter version 2.110440",
"license" : [
"perl_5"
],
@@ -24,7 +24,7 @@
},
"configure" : {
"requires" : {
- "ExtUtils::MakeMaker" : "6.31"
+ "ExtUtils::MakeMaker" : "6.30"
}
},
"runtime" : {
@@ -46,7 +46,7 @@
"web" : "http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-Singleton.git;a=summary"
}
},
- "version" : "0.26",
+ "version" : "0.27",
"x_authority" : "cpan:SARTAK"
}
Modified: trunk/libmoosex-singleton-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/META.yml?rev=75240&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/META.yml (original)
+++ trunk/libmoosex-singleton-perl/META.yml Tue Jun 7 10:48:14 2011
@@ -8,9 +8,9 @@
Test::More: 0.88
Test::Requires: 0
configure_requires:
- ExtUtils::MakeMaker: 6.31
+ ExtUtils::MakeMaker: 6.30
dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.110240'
+generated_by: 'Dist::Zilla version 4.200006, CPAN::Meta::Converter version 2.110440'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -22,5 +22,5 @@
resources:
bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=MooseX-Singleton
repository: git://git.moose.perl.org/MooseX-Singleton.git
-version: 0.26
+version: 0.27
x_authority: cpan:SARTAK
Modified: trunk/libmoosex-singleton-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/Makefile.PL?rev=75240&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/Makefile.PL (original)
+++ trunk/libmoosex-singleton-perl/Makefile.PL Tue Jun 7 10:48:14 2011
@@ -4,7 +4,7 @@
-use ExtUtils::MakeMaker 6.31;
+use ExtUtils::MakeMaker 6.30;
@@ -18,7 +18,7 @@
'Test::Requires' => '0'
},
'CONFIGURE_REQUIRES' => {
- 'ExtUtils::MakeMaker' => '6.31'
+ 'ExtUtils::MakeMaker' => '6.30'
},
'DISTNAME' => 'MooseX-Singleton',
'EXE_FILES' => [],
@@ -28,7 +28,7 @@
'Moose' => '1.10',
'Scalar::Util' => '0'
},
- 'VERSION' => '0.26',
+ 'VERSION' => '0.27',
'test' => {
'TESTS' => 't/*.t'
}
Modified: trunk/libmoosex-singleton-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/README?rev=75240&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/README (original)
+++ trunk/libmoosex-singleton-perl/README Tue Jun 7 10:48:14 2011
@@ -1,11 +1,11 @@
This archive contains the distribution MooseX-Singleton,
-version 0.26:
+version 0.27:
turn your Moose class into a singleton
-This software is copyright (c) 2001 by Shawn M Moore.
+This software is copyright (c) 2011 by Shawn M Moore.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Modified: trunk/libmoosex-singleton-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/debian/changelog?rev=75240&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/debian/changelog (original)
+++ trunk/libmoosex-singleton-perl/debian/changelog Tue Jun 7 10:48:14 2011
@@ -1,3 +1,14 @@
+libmoosex-singleton-perl (0.27-1) UNRELEASED; urgency=low
+
+ IGNORE-VERSION: 0.27
+ No need to upload, unless FTBS being reported
+
+ * New upstream release
+ * Update upstream copyright year
+ * Tighten versioned B-D-I on libmoosex-strictconstructor-perl
+
+ -- Alessandro Ghedini <al3xbio at gmail.com> Tue, 07 Jun 2011 12:41:09 +0200
+
libmoosex-singleton-perl (0.26-1) unstable; urgency=low
[ Ansgar Burchardt ]
Modified: trunk/libmoosex-singleton-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/debian/control?rev=75240&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/debian/control (original)
+++ trunk/libmoosex-singleton-perl/debian/control Tue Jun 7 10:48:14 2011
@@ -4,7 +4,7 @@
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libmoose-perl (>= 1.10),
- libmoosex-strictconstructor-perl (>= 0.09),
+ libmoosex-strictconstructor-perl (>= 0.16),
libtest-fatal-perl,
libtest-requires-perl,
libtest-warn-perl,
Modified: trunk/libmoosex-singleton-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/debian/copyright?rev=75240&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/debian/copyright (original)
+++ trunk/libmoosex-singleton-perl/debian/copyright Tue Jun 7 10:48:14 2011
@@ -4,7 +4,7 @@
Name: MooseX-Singleton
Files: *
-Copyright: 2001, Shawn M Moore
+Copyright: 2011, Shawn M Moore
License: Artistic or GPL-1+
Files: debian/*
Modified: trunk/libmoosex-singleton-perl/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/dist.ini?rev=75240&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/dist.ini (original)
+++ trunk/libmoosex-singleton-perl/dist.ini Tue Jun 7 10:48:14 2011
@@ -2,9 +2,8 @@
author = Shawn M Moore <sartak at gmail.com>
license = Perl_5
copyright_holder = Shawn M Moore
-copyright_year = 2001
-version = 0.26
+version = 0.27
[GatherDir]
[PruneCruft]
@@ -25,7 +24,7 @@
[UploadToCPAN]
[NextRelease]
-format = %v %{ccc, MMM dd, yyyy}d
+format = %v %{yyyy-MM-dd}d
[PkgVersion]
Modified: trunk/libmoosex-singleton-perl/lib/MooseX/Singleton.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/lib/MooseX/Singleton.pm?rev=75240&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/lib/MooseX/Singleton.pm (original)
+++ trunk/libmoosex-singleton-perl/lib/MooseX/Singleton.pm Tue Jun 7 10:48:14 2011
@@ -3,7 +3,7 @@
$MooseX::Singleton::AUTHORITY = 'cpan:SARTAK';
}
BEGIN {
- $MooseX::Singleton::VERSION = '0.26';
+ $MooseX::Singleton::VERSION = '0.27';
}
use Moose 1.10 ();
@@ -58,7 +58,7 @@
=head1 VERSION
-version 0.26
+version 0.27
=head1 SYNOPSIS
@@ -136,7 +136,7 @@
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2001 by Shawn M Moore.
+This software is copyright (c) 2011 by Shawn M Moore.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Modified: trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Meta/Class.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Meta/Class.pm?rev=75240&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Meta/Class.pm (original)
+++ trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Meta/Class.pm Tue Jun 7 10:48:14 2011
@@ -3,7 +3,7 @@
$MooseX::Singleton::Role::Meta::Class::AUTHORITY = 'cpan:SARTAK';
}
BEGIN {
- $MooseX::Singleton::Role::Meta::Class::VERSION = '0.26';
+ $MooseX::Singleton::Role::Meta::Class::VERSION = '0.27';
}
use Moose::Role;
use MooseX::Singleton::Role::Meta::Instance;
@@ -80,7 +80,7 @@
=head1 VERSION
-version 0.26
+version 0.27
=head1 DESCRIPTION
@@ -94,7 +94,7 @@
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2001 by Shawn M Moore.
+This software is copyright (c) 2011 by Shawn M Moore.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Modified: trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Meta/Instance.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Meta/Instance.pm?rev=75240&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Meta/Instance.pm (original)
+++ trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Meta/Instance.pm Tue Jun 7 10:48:14 2011
@@ -3,7 +3,7 @@
$MooseX::Singleton::Role::Meta::Instance::AUTHORITY = 'cpan:SARTAK';
}
BEGIN {
- $MooseX::Singleton::Role::Meta::Instance::VERSION = '0.26';
+ $MooseX::Singleton::Role::Meta::Instance::VERSION = '0.27';
}
use Moose::Role;
use Scalar::Util 'weaken';
@@ -79,7 +79,7 @@
=head1 VERSION
-version 0.26
+version 0.27
=head1 DESCRIPTION
@@ -92,7 +92,7 @@
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2001 by Shawn M Moore.
+This software is copyright (c) 2011 by Shawn M Moore.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Modified: trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Meta/Method/Constructor.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Meta/Method/Constructor.pm?rev=75240&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Meta/Method/Constructor.pm (original)
+++ trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Meta/Method/Constructor.pm Tue Jun 7 10:48:14 2011
@@ -3,7 +3,7 @@
$MooseX::Singleton::Role::Meta::Method::Constructor::AUTHORITY = 'cpan:SARTAK';
}
BEGIN {
- $MooseX::Singleton::Role::Meta::Method::Constructor::VERSION = '0.26';
+ $MooseX::Singleton::Role::Meta::Method::Constructor::VERSION = '0.27';
}
use Moose::Role;
@@ -114,7 +114,7 @@
=head1 VERSION
-version 0.26
+version 0.27
=head1 DESCRIPTION
@@ -127,7 +127,7 @@
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2001 by Shawn M Moore.
+This software is copyright (c) 2011 by Shawn M Moore.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Modified: trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Object.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Object.pm?rev=75240&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Object.pm (original)
+++ trunk/libmoosex-singleton-perl/lib/MooseX/Singleton/Role/Object.pm Tue Jun 7 10:48:14 2011
@@ -3,7 +3,7 @@
$MooseX::Singleton::Role::Object::AUTHORITY = 'cpan:SARTAK';
}
BEGIN {
- $MooseX::Singleton::Role::Object::VERSION = '0.26';
+ $MooseX::Singleton::Role::Object::VERSION = '0.27';
}
use Moose::Role;
use Carp qw( carp );
@@ -54,7 +54,7 @@
=head1 VERSION
-version 0.26
+version 0.27
=head1 DESCRIPTION
@@ -66,7 +66,7 @@
=head1 COPYRIGHT AND LICENSE
-This software is copyright (c) 2001 by Shawn M Moore.
+This software is copyright (c) 2011 by Shawn M Moore.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Modified: trunk/libmoosex-singleton-perl/t/006-cooperative.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/t/006-cooperative.t?rev=75240&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/t/006-cooperative.t (original)
+++ trunk/libmoosex-singleton-perl/t/006-cooperative.t Tue Jun 7 10:48:14 2011
@@ -4,7 +4,7 @@
use Test::More;
use Test::Requires {
- 'MooseX::StrictConstructor' => 0.09,
+ 'MooseX::StrictConstructor' => 0.16,
'Test::Fatal' => 0.001,
};
More information about the Pkg-perl-cvs-commits
mailing list