r44982 - in /trunk/libpoex-types-perl: Build.PL Changes META.yml Makefile.PL README debian/changelog dist.ini lib/POEx/Types.pm
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Sun Sep 27 22:16:16 UTC 2009
Author: jawnsy-guest
Date: Sun Sep 27 22:16:09 2009
New Revision: 44982
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44982
Log:
Upgrade to new upstream version; dependencies have been bumped but I'm not sure if they are necessary
Modified:
trunk/libpoex-types-perl/Build.PL
trunk/libpoex-types-perl/Changes
trunk/libpoex-types-perl/META.yml
trunk/libpoex-types-perl/Makefile.PL
trunk/libpoex-types-perl/README
trunk/libpoex-types-perl/debian/changelog
trunk/libpoex-types-perl/dist.ini
trunk/libpoex-types-perl/lib/POEx/Types.pm
Modified: trunk/libpoex-types-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-types-perl/Build.PL?rev=44982&op=diff
==============================================================================
--- trunk/libpoex-types-perl/Build.PL (original)
+++ trunk/libpoex-types-perl/Build.PL Sun Sep 27 22:16:09 2009
@@ -13,12 +13,11 @@
"Nicholas\ Perez\ \<nperez\@cpan\.org\>",
],
requires => {
- "Test::More" => '0.92',
- "MooseX::Declare" => '0.29',
+ "Test::More" => '0.94',
"Test::Exception" => '0.27',
- "MooseX::Types" => '0.19',
+ "MooseX::Types" => '0.20',
"MooseX::Types::Structured" => '0.18',
- "POE" => '1.266',
+ "POE" => '1.269',
},
script_files => [ qw() ],
);
Modified: trunk/libpoex-types-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-types-perl/Changes?rev=44982&op=diff
==============================================================================
--- trunk/libpoex-types-perl/Changes (original)
+++ trunk/libpoex-types-perl/Changes Sun Sep 27 22:16:09 2009
@@ -1,4 +1,7 @@
-Revision history for POEx-Types: 0.092460
+Revision history for POEx-Types: 0.092670
+
+0.092670 2009-09-24 19:48:13 UTC
+ Clean deps to include newer ones and drop MXD
0.092460 2009-09-03 21:01:49 UTC
Increase our minimal POE version so that POE::Wheel::Run subclasses POE::Wheel
Modified: trunk/libpoex-types-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-types-perl/META.yml?rev=44982&op=diff
==============================================================================
--- trunk/libpoex-types-perl/META.yml (original)
+++ trunk/libpoex-types-perl/META.yml Sun Sep 27 22:16:09 2009
@@ -2,19 +2,18 @@
abstract: 'MooseX::Types provided for the modern POE'
author:
- 'Nicholas Perez <nperez at cpan.org>'
-generated_by: 'Dist::Zilla::Plugin::MetaYAML version 1.092400'
+generated_by: 'Dist::Zilla::Plugin::MetaYAML version 1.092450'
license: gpl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: POEx-Types
requires:
- MooseX::Declare: 0.29
- MooseX::Types: 0.19
+ MooseX::Types: 0.20
MooseX::Types::Structured: 0.18
- POE: 1.266
+ POE: 1.269
Test::Exception: 0.27
- Test::More: 0.92
+ Test::More: 0.94
resources:
repository: git://github.com/nperez/pxt.git
-version: 0.092460
+version: 0.092670
Modified: trunk/libpoex-types-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-types-perl/Makefile.PL?rev=44982&op=diff
==============================================================================
--- trunk/libpoex-types-perl/Makefile.PL (original)
+++ trunk/libpoex-types-perl/Makefile.PL Sun Sep 27 22:16:09 2009
@@ -9,15 +9,14 @@
NAME => 'POEx::Types',
AUTHOR => 'Nicholas\ Perez\ \<nperez\@cpan\.org\>',
ABSTRACT => 'MooseX\:\:Types\ provided\ for\ the\ modern\ POE',
- VERSION => '0.092460',
+ VERSION => '0.092670',
EXE_FILES => [ qw() ],
(eval { ExtUtils::MakeMaker->VERSION(6.31) } ? (LICENSE => 'gpl') : ()),
PREREQ_PM => {
- "Test::More" => '0.92',
- "MooseX::Declare" => '0.29',
+ "Test::More" => '0.94',
"Test::Exception" => '0.27',
- "MooseX::Types" => '0.19',
+ "MooseX::Types" => '0.20',
"MooseX::Types::Structured" => '0.18',
- "POE" => '1.266',
+ "POE" => '1.269',
},
);
Modified: trunk/libpoex-types-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-types-perl/README?rev=44982&op=diff
==============================================================================
--- trunk/libpoex-types-perl/README (original)
+++ trunk/libpoex-types-perl/README Sun Sep 27 22:16:09 2009
@@ -1,7 +1,7 @@
This archive contains the distribution POEx-Types, version
-0.092460:
+0.092670:
MooseX::Types provided for the modern POE
Modified: trunk/libpoex-types-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-types-perl/debian/changelog?rev=44982&op=diff
==============================================================================
--- trunk/libpoex-types-perl/debian/changelog (original)
+++ trunk/libpoex-types-perl/debian/changelog Sun Sep 27 22:16:09 2009
@@ -1,4 +1,4 @@
-libpoex-types-perl (0.092460-1) UNRELEASED; urgency=low
+libpoex-types-perl (0.092670-1) UNRELEASED; urgency=low
[ Jonathan Yu ]
* New upstream release
@@ -13,7 +13,7 @@
- Add myself to list of Uploaders
- Update Build-Depends-Indep versions
- -- Jonathan Yu <jawnsy at cpan.org> Sun, 20 Sep 2009 09:44:01 -0400
+ -- Jonathan Yu <jawnsy at cpan.org> Sun, 27 Sep 2009 14:22:38 -0400
libpoex-types-perl (0.091420-1) unstable; urgency=low
Modified: trunk/libpoex-types-perl/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-types-perl/dist.ini?rev=44982&op=diff
==============================================================================
--- trunk/libpoex-types-perl/dist.ini (original)
+++ trunk/libpoex-types-perl/dist.ini Sun Sep 27 22:16:09 2009
@@ -12,11 +12,10 @@
[PodPurler]
[Prereq]
-POE = 1.266
-MooseX::Declare = 0.29
-MooseX::Types = 0.19
+POE = 1.269
+MooseX::Types = 0.20
MooseX::Types::Structured = 0.18
-Test::More = 0.92
+Test::More = 0.94
Test::Exception = 0.27
[MetaResources]
Modified: trunk/libpoex-types-perl/lib/POEx/Types.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-types-perl/lib/POEx/Types.pm?rev=44982&op=diff
==============================================================================
--- trunk/libpoex-types-perl/lib/POEx/Types.pm (original)
+++ trunk/libpoex-types-perl/lib/POEx/Types.pm Sun Sep 27 22:16:09 2009
@@ -1,5 +1,5 @@
package POEx::Types;
-our $VERSION = '0.092460';
+our $VERSION = '0.092670';
use warnings;
use strict;
@@ -84,7 +84,6 @@
from DoesSessionInstantiation,
via { $_->ID };
-
coerce SessionAlias,
from SessionID,
via { ($poe_kernel->alias_list($_))[0]; },
@@ -92,7 +91,7 @@
via { ($poe_kernel->alias_list($_))[0]; },
from DoesSessionInstantiation,
via { $_->alias; };
-
+
coerce Session,
from SessionID,
@@ -113,7 +112,7 @@
=head1 VERSION
-version 0.092460
+version 0.092670
=head1 DESCRIPTION
@@ -188,9 +187,6 @@
=head1 COERCIONS
-Most of these coercions require an active POE::Kernel and so their use is only
-recommened inside a proper POE context
-
=head2 SessionID
You can coerce SessionAlias, Session, and DoesSessionInstantiation to a
@@ -198,19 +194,6 @@
-=head2 SessionAlias
-
-You can coerce Session, SessionID, and DoesSessionInstantiation to a
-SessionAlias (via to_SessionAlias)
-
-
-
-=head2 Session
-
-You can coerce SessionAlias and SessionID to a SessionID (via to_Session)
-
-
-
=head1 AUTHOR
Nicholas Perez <nperez at cpan.org>
More information about the Pkg-perl-cvs-commits
mailing list