r56253 - in /branches/upstream/libpoex-role-sessioninstantiation-perl/current: ./ lib/POEx/Role/ lib/POEx/Role/SessionInstantiation/Meta/ lib/POEx/Role/SessionInstantiation/Meta/Session/
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Fri Apr 16 21:01:25 UTC 2010
Author: gregoa
Date: Fri Apr 16 21:01:10 2010
New Revision: 56253
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=56253
Log:
[svn-upgrade] Integrating new upstream version, libpoex-role-sessioninstantiation-perl (1.101040)
Modified:
branches/upstream/libpoex-role-sessioninstantiation-perl/current/Changes
branches/upstream/libpoex-role-sessioninstantiation-perl/current/META.yml
branches/upstream/libpoex-role-sessioninstantiation-perl/current/Makefile.PL
branches/upstream/libpoex-role-sessioninstantiation-perl/current/README
branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/Event.pm
branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation.pm
branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/POEState.pm
branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Events.pm
branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Implementation.pm
branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Magic.pm
branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Sugar.pm
Modified: branches/upstream/libpoex-role-sessioninstantiation-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-role-sessioninstantiation-perl/current/Changes?rev=56253&op=diff
==============================================================================
--- branches/upstream/libpoex-role-sessioninstantiation-perl/current/Changes (original)
+++ branches/upstream/libpoex-role-sessioninstantiation-perl/current/Changes Fri Apr 16 21:01:10 2010
@@ -1,4 +1,7 @@
-Revision history for POEx-Role-SessionInstantiation: 1.100920
+Revision history for POEx-Role-SessionInstantiation: 1.101040
+
+1.101040 2010-04-14 10:17:12 America/Chicago
+ Make sure we add the consuming class to the super classes for anonymous clone
1.100920 2010-04-01 23:51:13 America/Chicago
AutoPrereq didn't find MooseX::CompileTime::Traits
Modified: branches/upstream/libpoex-role-sessioninstantiation-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-role-sessioninstantiation-perl/current/META.yml?rev=56253&op=diff
==============================================================================
--- branches/upstream/libpoex-role-sessioninstantiation-perl/current/META.yml (original)
+++ branches/upstream/libpoex-role-sessioninstantiation-perl/current/META.yml Fri Apr 16 21:01:10 2010
@@ -6,12 +6,13 @@
Test::More: 0
configure_requires:
ExtUtils::MakeMaker: 6.31
-generated_by: 'Dist::Zilla version 2.100880'
+generated_by: 'Dist::Zilla version 2.100922'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: POEx-Role-SessionInstantiation
+recommends: {}
requires:
MooseX::CompileTime::Traits: 0
MooseX::Declare: 0
@@ -23,4 +24,4 @@
overload: 0
resources:
repository: git://github.com/nperez/psm.git
-version: 1.100920
+version: 1.101040
Modified: branches/upstream/libpoex-role-sessioninstantiation-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-role-sessioninstantiation-perl/current/Makefile.PL?rev=56253&op=diff
==============================================================================
--- branches/upstream/libpoex-role-sessioninstantiation-perl/current/Makefile.PL (original)
+++ branches/upstream/libpoex-role-sessioninstantiation-perl/current/Makefile.PL Fri Apr 16 21:01:10 2010
@@ -23,7 +23,7 @@
},
'ABSTRACT' => 'Moose Role for turning ordinary objects into POE sessions',
'EXE_FILES' => [],
- 'VERSION' => '1.100920',
+ 'VERSION' => '1.101040',
'PREREQ_PM' => {
'MooseX::Types::Moose' => '0',
'MooseX::Declare' => '0',
Modified: branches/upstream/libpoex-role-sessioninstantiation-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-role-sessioninstantiation-perl/current/README?rev=56253&op=diff
==============================================================================
--- branches/upstream/libpoex-role-sessioninstantiation-perl/current/README (original)
+++ branches/upstream/libpoex-role-sessioninstantiation-perl/current/README Fri Apr 16 21:01:10 2010
@@ -1,7 +1,7 @@
This archive contains the distribution POEx-Role-SessionInstantiation,
-version 1.100920:
+version 1.101040:
Moose Role for turning ordinary objects into POE sessions
Modified: branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/Event.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/Event.pm?rev=56253&op=diff
==============================================================================
--- branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/Event.pm (original)
+++ branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/Event.pm Fri Apr 16 21:01:10 2010
@@ -1,5 +1,7 @@
package POEx::Role::Event;
-$POEx::Role::Event::VERSION = '1.100920';
+BEGIN {
+ $POEx::Role::Event::VERSION = '1.101040';
+}
#ABSTRACT: Provide a decorator to label events
@@ -19,7 +21,7 @@
=head1 VERSION
-version 1.100920
+version 1.101040
=head1 AUTHOR
Modified: branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation.pm?rev=56253&op=diff
==============================================================================
--- branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation.pm (original)
+++ branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation.pm Fri Apr 16 21:01:10 2010
@@ -1,5 +1,7 @@
package POEx::Role::SessionInstantiation;
-$POEx::Role::SessionInstantiation::VERSION = '1.100920';
+BEGIN {
+ $POEx::Role::SessionInstantiation::VERSION = '1.101040';
+}
use MooseX::Declare;
#ABSTRACT: A Moose Role for turning objects into POE Sessions
@@ -24,7 +26,7 @@
=head1 VERSION
-version 1.100920
+version 1.101040
=head1 DESCRIPTION
Modified: branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/POEState.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/POEState.pm?rev=56253&op=diff
==============================================================================
--- branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/POEState.pm (original)
+++ branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/POEState.pm Fri Apr 16 21:01:10 2010
@@ -1,5 +1,7 @@
package POEx::Role::SessionInstantiation::Meta::POEState;
-$POEx::Role::SessionInstantiation::Meta::POEState::VERSION = '1.100920';
+BEGIN {
+ $POEx::Role::SessionInstantiation::Meta::POEState::VERSION = '1.101040';
+}
use MooseX::Declare;
@@ -43,7 +45,7 @@
=head1 VERSION
-version 1.100920
+version 1.101040
=head1 PUBLIC_ATTRIBUTES
Modified: branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Events.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Events.pm?rev=56253&op=diff
==============================================================================
--- branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Events.pm (original)
+++ branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Events.pm Fri Apr 16 21:01:10 2010
@@ -1,5 +1,7 @@
package POEx::Role::SessionInstantiation::Meta::Session::Events;
-$POEx::Role::SessionInstantiation::Meta::Session::Events::VERSION = '1.100920';
+BEGIN {
+ $POEx::Role::SessionInstantiation::Meta::Session::Events::VERSION = '1.101040';
+}
#ABSTRACT: Provides default events such as _start, _stop, etc
@@ -61,7 +63,7 @@
=head1 VERSION
-version 1.100920
+version 1.101040
=head1 PRIVATE_METHODS
Modified: branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Implementation.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Implementation.pm?rev=56253&op=diff
==============================================================================
--- branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Implementation.pm (original)
+++ branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Implementation.pm Fri Apr 16 21:01:10 2010
@@ -1,5 +1,7 @@
package POEx::Role::SessionInstantiation::Meta::Session::Implementation;
-$POEx::Role::SessionInstantiation::Meta::Session::Implementation::VERSION = '1.100920';
+BEGIN {
+ $POEx::Role::SessionInstantiation::Meta::Session::Implementation::VERSION = '1.101040';
+}
#ABSTRACT: Provides actual POE::Session implementation
@@ -276,7 +278,7 @@
=head1 VERSION
-version 1.100920
+version 1.101040
=head1 PUBLIC_ATTRIBUTES
Modified: branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Magic.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Magic.pm?rev=56253&op=diff
==============================================================================
--- branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Magic.pm (original)
+++ branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Magic.pm Fri Apr 16 21:01:10 2010
@@ -1,5 +1,7 @@
package POEx::Role::SessionInstantiation::Meta::Session::Magic;
-$POEx::Role::SessionInstantiation::Meta::Session::Magic::VERSION = '1.100920';
+BEGIN {
+ $POEx::Role::SessionInstantiation::Meta::Session::Magic::VERSION = '1.101040';
+}
use MooseX::Declare;
@@ -94,7 +96,7 @@
my $anon = Moose::Meta::Class->create_anon_class
(
- superclasses => [ $meta->superclasses() ],
+ superclasses => [ $meta->superclasses(), $meta->name ],
methods => { map { $_->name, $_ } $meta->get_all_methods },
attributes => [ $meta->get_all_attributes() ],
);
@@ -152,7 +154,7 @@
=head1 VERSION
-version 1.100920
+version 1.101040
=head1 PRIVATE_ATTRIBUTES
Modified: branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Sugar.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Sugar.pm?rev=56253&op=diff
==============================================================================
--- branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Sugar.pm (original)
+++ branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation/Meta/Session/Sugar.pm Fri Apr 16 21:01:10 2010
@@ -1,5 +1,7 @@
package POEx::Role::SessionInstantiation::Meta::Session::Sugar;
-$POEx::Role::SessionInstantiation::Meta::Session::Sugar::VERSION = '1.100920';
+BEGIN {
+ $POEx::Role::SessionInstantiation::Meta::Session::Sugar::VERSION = '1.101040';
+}
#ABSTRACT: Provides some convenience methods for some POE::Kernel methods
@@ -40,7 +42,7 @@
=head1 VERSION
-version 1.100920
+version 1.101040
=head1 PUBLIC_METHODS
More information about the Pkg-perl-cvs-commits
mailing list