r43490 - in /trunk/libmoosex-singleton-perl: ChangeLog META.yml README debian/changelog debian/control debian/copyright lib/MooseX/Singleton.pm
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Wed Sep 2 14:39:00 UTC 2009
Author: jawnsy-guest
Date: Wed Sep 2 14:38:52 2009
New Revision: 43490
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43490
Log:
Fix copyright information, add myself to Uploaders and Copyright, update Standards-Version
Removed:
trunk/libmoosex-singleton-perl/README
Modified:
trunk/libmoosex-singleton-perl/ChangeLog
trunk/libmoosex-singleton-perl/META.yml
trunk/libmoosex-singleton-perl/debian/changelog
trunk/libmoosex-singleton-perl/debian/control
trunk/libmoosex-singleton-perl/debian/copyright
trunk/libmoosex-singleton-perl/lib/MooseX/Singleton.pm
Modified: trunk/libmoosex-singleton-perl/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/ChangeLog?rev=43490&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/ChangeLog (original)
+++ trunk/libmoosex-singleton-perl/ChangeLog Wed Sep 2 14:38:52 2009
@@ -1,4 +1,7 @@
Revision history for Perl extension MooseX-Singleton
+
+0.19 2009-07-09
+ - Remove ambiguity about copyright holder (Sartak)
0.18 2009-06-21
- Changes to work Moose 0.82 (Dave Rolsky)
Modified: trunk/libmoosex-singleton-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/META.yml?rev=43490&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/META.yml (original)
+++ trunk/libmoosex-singleton-perl/META.yml Wed Sep 2 14:38:52 2009
@@ -23,4 +23,4 @@
Moose: 0.82
resources:
license: http://dev.perl.org/licenses/
-version: 0.18
+version: 0.19
Modified: trunk/libmoosex-singleton-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/debian/changelog?rev=43490&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/debian/changelog (original)
+++ trunk/libmoosex-singleton-perl/debian/changelog Wed Sep 2 14:38:52 2009
@@ -1,12 +1,5 @@
-libmoosex-singleton-perl (0.18-1) UNRELEASED; urgency=low
-
- TODO:
- who is the copyright holder?
- README says "Copyright 2007, 2008 Shawn M Moore",
- lib/MooseX/Singleton.pm has "Copyright 2007, 2008 Infinity Interactive"
-
- bug filed: https://rt.cpan.org/Ticket/Display.html?id=47746
+libmoosex-singleton-perl (0.19-1) UNRELEASED; urgency=low
* Initial Release. (Closes: #533473)
- -- Ryan Niebur <ryanryan52 at gmail.com> Wed, 17 Jun 2009 23:33:12 -0700
+ -- Jonathan Yu <jawnsy at cpan.org> Wed, 02 Sep 2009 06:30:36 -0400
Modified: trunk/libmoosex-singleton-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/debian/control?rev=43490&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/debian/control (original)
+++ trunk/libmoosex-singleton-perl/debian/control Wed Sep 2 14:38:52 2009
@@ -2,10 +2,11 @@
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
-Build-Depends-Indep: libtest-exception-perl, libmoose-perl (>= 0.82), libtest-warn-perl
+Build-Depends-Indep: perl, libtest-exception-perl, libmoose-perl (>= 0.82),
+ libtest-warn-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
-Standards-Version: 3.8.2
+Uploaders: Ryan Niebur <ryanryan52 at gmail.com>, Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/MooseX-Singleton/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmoosex-singleton-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libmoosex-singleton-perl/
@@ -13,12 +14,9 @@
Package: libmoosex-singleton-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libmoose-perl (>= 0.82)
-Description: module to turn a Moose class into a singleton
- A singleton is a class that has only one instance in an application.
- MooseX::Singleton lets you easily upgrade (or downgrade, as it were)
- your Moose class to a singleton.
- .
- All you should need to do to transform your class is to change "use
- Moose" to "use MooseX::Singleton". This module uses a new class
- metaclass and instance metaclass, so if you're doing metamagic you may
- not be able to use this.
+Description: Perl module to turn a Moose class into a singleton
+ MooseX::Singleton lets you easily change your Moose class into a singleton,
+ which is a class that only has one instance in an application. All you should
+ need to do is change your use of "use Moose" to "use MooseX::Singleton". This
+ module uses a new class metaclass and instance metaclass, so if you're doing
+ metamagic you may not be able to use this.
Modified: trunk/libmoosex-singleton-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-singleton-perl/debian/copyright?rev=43490&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/debian/copyright (original)
+++ trunk/libmoosex-singleton-perl/debian/copyright Wed Sep 2 14:38:52 2009
@@ -5,10 +5,7 @@
Upstream-Name: MooseX-Singleton
Files: *
->>>
Copyright: 2007, 2008 Infinity Interactive
-Copyright: 2007, 2008 Shawn M Moore
-<<<
License-Alias: Perl
License: Artistic | GPL-1+
@@ -21,6 +18,7 @@
Files: debian/*
Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
+ 2009, Jonathan Yu <jawnsy at cpan.org>
License: Artistic | GPL-1+
License: Artistic
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=43490&op=diff
==============================================================================
--- trunk/libmoosex-singleton-perl/lib/MooseX/Singleton.pm (original)
+++ trunk/libmoosex-singleton-perl/lib/MooseX/Singleton.pm Wed Sep 2 14:38:52 2009
@@ -5,7 +5,7 @@
use MooseX::Singleton::Object;
use MooseX::Singleton::Meta::Class;
-our $VERSION = '0.18';
+our $VERSION = '0.19';
$VERSION = eval $VERSION;
Moose::Exporter->setup_import_methods( also => 'Moose' );
More information about the Pkg-perl-cvs-commits
mailing list