r43623 - in /branches/upstream/libpoex-role-sessioninstantiation-perl/current: Build.PL Changes META.yml Makefile.PL README dist.ini lib/POEx/Role/Event.pm lib/POEx/Role/SessionInstantiation.pm
ryan52-guest at users.alioth.debian.org
ryan52-guest at users.alioth.debian.org
Thu Sep 3 23:12:16 UTC 2009
Author: ryan52-guest
Date: Thu Sep 3 23:11:59 2009
New Revision: 43623
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43623
Log:
[svn-upgrade] Integrating new upstream version, libpoex-role-sessioninstantiation-perl (0.092460)
Added:
branches/upstream/libpoex-role-sessioninstantiation-perl/current/Build.PL
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/dist.ini
branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/Event.pm
branches/upstream/libpoex-role-sessioninstantiation-perl/current/lib/POEx/Role/SessionInstantiation.pm
Added: branches/upstream/libpoex-role-sessioninstantiation-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-role-sessioninstantiation-perl/current/Build.PL?rev=43623&op=file
==============================================================================
--- branches/upstream/libpoex-role-sessioninstantiation-perl/current/Build.PL (added)
+++ branches/upstream/libpoex-role-sessioninstantiation-perl/current/Build.PL Thu Sep 3 23:11:59 2009
@@ -1,0 +1,23 @@
+
+use strict;
+use warnings;
+
+use Module::Build;
+
+my $build = Module::Build->new(
+ module_name => 'POEx::Role::SessionInstantiation',
+ license => 'gpl',
+ dist_abstract => "Moose\ Role\ for\ turning\ ordinary\ objects\ into\ POE\ sessions",
+ dist_name => "POEx\-Role\-SessionInstantiation",
+ dist_author => [
+"Nicholas\ Perez\ \<nperez\@cpan\.org\>",
+ ],
+ requires => {
+ "Test::More" => '0.92',
+ "MooseX::Declare" => '0.29',
+ "POEx::Types" => '0.092460',
+ },
+ script_files => [ qw() ],
+);
+
+$build->create_build_script;
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=43623&op=diff
==============================================================================
--- branches/upstream/libpoex-role-sessioninstantiation-perl/current/Changes (original)
+++ branches/upstream/libpoex-role-sessioninstantiation-perl/current/Changes Thu Sep 3 23:11:59 2009
@@ -1,4 +1,11 @@
-Revision history for POEx-Role-SessionInstantiation 0.092280
+Revision history for POEx-Role-SessionInstantiation: 0.092460
+
+0.092460 2009-09-03 21:06:04 UTC
+ Depend on newer POEx::Types and let it set the POE version
+
+0.092440 2009-09-01 15:38:10 UTC
+ Depend on newer versions of dependencies
+ Switch from the long verbose type constraint aggregate to px-type defined shortcut
0.092280 2009-08-16 21:06:53 UTC
Redo tracing to now be a simple if statement before invocation
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=43623&op=diff
==============================================================================
--- branches/upstream/libpoex-role-sessioninstantiation-perl/current/META.yml (original)
+++ branches/upstream/libpoex-role-sessioninstantiation-perl/current/META.yml Thu Sep 3 23:11:59 2009
@@ -2,17 +2,16 @@
abstract: 'Moose Role for turning ordinary objects into POE sessions'
author:
- 'Nicholas Perez <nperez at cpan.org>'
-generated_by: 'Dist::Zilla::Plugin::MetaYAML version 1.092200'
+generated_by: 'Dist::Zilla::Plugin::MetaYAML version 1.092400'
license: gpl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: POEx-Role-SessionInstantiation
requires:
- MooseX::Declare: 0.26
- POE: 1.007
- POEx::Types: 0.091420
+ MooseX::Declare: 0.29
+ POEx::Types: 0.092460
Test::More: 0.92
resources:
repository: git://github.com/nperez/psm.git
-version: 0.092280
+version: 0.092460
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=43623&op=diff
==============================================================================
--- branches/upstream/libpoex-role-sessioninstantiation-perl/current/Makefile.PL (original)
+++ branches/upstream/libpoex-role-sessioninstantiation-perl/current/Makefile.PL Thu Sep 3 23:11:59 2009
@@ -9,13 +9,12 @@
NAME => 'POEx::Role::SessionInstantiation',
AUTHOR => 'Nicholas\ Perez\ \<nperez\@cpan\.org\>',
ABSTRACT => 'Moose\ Role\ for\ turning\ ordinary\ objects\ into\ POE\ sessions',
- VERSION => '0.092280',
+ VERSION => '0.092460',
EXE_FILES => [ qw() ],
(eval { ExtUtils::MakeMaker->VERSION(6.31) } ? (LICENSE => 'gpl') : ()),
PREREQ_PM => {
"Test::More" => '0.92',
- "MooseX::Declare" => '0.26',
- "POEx::Types" => '0.091420',
- "POE" => '1.007',
+ "MooseX::Declare" => '0.29',
+ "POEx::Types" => '0.092460',
},
);
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=43623&op=diff
==============================================================================
--- branches/upstream/libpoex-role-sessioninstantiation-perl/current/README (original)
+++ branches/upstream/libpoex-role-sessioninstantiation-perl/current/README Thu Sep 3 23:11:59 2009
@@ -1,7 +1,7 @@
This archive contains the distribution POEx-Role-SessionInstantiation, version
-0.092280:
+0.092460:
Moose Role for turning ordinary objects into POE sessions
Modified: branches/upstream/libpoex-role-sessioninstantiation-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-role-sessioninstantiation-perl/current/dist.ini?rev=43623&op=diff
==============================================================================
--- branches/upstream/libpoex-role-sessioninstantiation-perl/current/dist.ini (original)
+++ branches/upstream/libpoex-role-sessioninstantiation-perl/current/dist.ini Thu Sep 3 23:11:59 2009
@@ -12,13 +12,12 @@
[PodPurler]
[Prereq]
-POE = 1.007
-POEx::Types = 0.091420
-MooseX::Declare = 0.26
+POEx::Types = 0.092460
+MooseX::Declare = 0.29
Test::More = 0.92
[MetaResources]
repository = git://github.com/nperez/psm.git
[NextRelease]
-
+[ModuleBuild]
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=43623&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 Thu Sep 3 23:11:59 2009
@@ -1,5 +1,5 @@
package POEx::Role::Event;
-our $VERSION = '0.092280';
+our $VERSION = '0.092460';
#ABSTRACT: Provide a decorator to label events
@@ -21,7 +21,7 @@
=head1 VERSION
-version 0.092280
+version 0.092460
=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=43623&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 Thu Sep 3 23:11:59 2009
@@ -1,5 +1,5 @@
package POEx::Role::SessionInstantiation;
-our $VERSION = '0.092280';
+our $VERSION = '0.092460';
use MooseX::Declare;
@@ -150,7 +150,7 @@
isa => 'Class::MOP::Class'
);
# add some sugar for posting, yielding, and calling events
- method post(SessionAlias|SessionID|Session|DoesSessionInstantiation $session, Str $event_name, @args)
+ method post(SessionRefIdAliasInstantiation $session, Str $event_name, @args)
{
confess('No POE context') if not defined($self->poe->kernel);
return $self->poe->kernel->post($session, $event_name, @args);
@@ -162,7 +162,7 @@
return $self->poe->kernel->yield($event_name, @args);
}
- method call(SessionAlias|SessionID|Session|DoesSessionInstantiation $session, Str $event_name, @args)
+ method call(SessionRefIdAliasInstantiation $session, Str $event_name, @args)
{
confess('No POE context') if not defined($self->poe->kernel);
return $self->poe->kernel->call($session, $event_name, @args);
@@ -515,11 +515,12 @@
=head1 VERSION
-version 0.092280
+version 0.092460
=head1 SYOPSIS
package My::Class;
+
use 5.010;
use MooseX::Declare;
More information about the Pkg-perl-cvs-commits
mailing list