r44641 - 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
Tue Sep 22 16:30:59 UTC 2009


Author: jawnsy-guest
Date: Tue Sep 22 16:30:52 2009
New Revision: 44641

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44641
Log:
WAITS for POE 1.266
WAITS for MooseX-Declare 0.29
* New upstream release

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=44641&op=diff
==============================================================================
--- trunk/libpoex-types-perl/Build.PL (original)
+++ trunk/libpoex-types-perl/Build.PL Tue Sep 22 16:30:52 2009
@@ -14,11 +14,11 @@
   ],
   requires      => {
     "Test::More" => '0.92',
-    "MooseX::Declare" => '0.27',
+    "MooseX::Declare" => '0.29',
     "Test::Exception" => '0.27',
     "MooseX::Types" => '0.19',
     "MooseX::Types::Structured" => '0.18',
-    "POE" => '1.007',
+    "POE" => '1.266',
   },
   script_files => [ qw() ],
 );

Modified: trunk/libpoex-types-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-types-perl/Changes?rev=44641&op=diff
==============================================================================
--- trunk/libpoex-types-perl/Changes (original)
+++ trunk/libpoex-types-perl/Changes Tue Sep 22 16:30:52 2009
@@ -1,4 +1,8 @@
-Revision history for POEx-Types: 0.092430
+Revision history for POEx-Types: 0.092460
+
+0.092460  2009-09-03 21:01:49 UTC
+        Increase our minimal POE version so that POE::Wheel::Run subclasses POE::Wheel
+        Document previously undocumented coercions
 
 0.092430  2009-08-31 08:56:48 UTC
         Adjust dist.ini to not set a minimum perl version

Modified: trunk/libpoex-types-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-types-perl/META.yml?rev=44641&op=diff
==============================================================================
--- trunk/libpoex-types-perl/META.yml (original)
+++ trunk/libpoex-types-perl/META.yml Tue Sep 22 16:30:52 2009
@@ -9,12 +9,12 @@
   version: 1.4
 name: POEx-Types
 requires:
-  MooseX::Declare: 0.27
+  MooseX::Declare: 0.29
   MooseX::Types: 0.19
   MooseX::Types::Structured: 0.18
-  POE: 1.007
+  POE: 1.266
   Test::Exception: 0.27
   Test::More: 0.92
 resources:
   repository: git://github.com/nperez/pxt.git
-version: 0.092430
+version: 0.092460

Modified: trunk/libpoex-types-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-types-perl/Makefile.PL?rev=44641&op=diff
==============================================================================
--- trunk/libpoex-types-perl/Makefile.PL (original)
+++ trunk/libpoex-types-perl/Makefile.PL Tue Sep 22 16:30:52 2009
@@ -9,15 +9,15 @@
   NAME      => 'POEx::Types',
   AUTHOR    => 'Nicholas\ Perez\ \<nperez\@cpan\.org\>',
   ABSTRACT  => 'MooseX\:\:Types\ provided\ for\ the\ modern\ POE',
-  VERSION   => '0.092430',
+  VERSION   => '0.092460',
   EXE_FILES => [ qw() ],
   (eval { ExtUtils::MakeMaker->VERSION(6.31) } ? (LICENSE => 'gpl') : ()),
   PREREQ_PM    => {
     "Test::More" => '0.92',
-    "MooseX::Declare" => '0.27',
+    "MooseX::Declare" => '0.29',
     "Test::Exception" => '0.27',
     "MooseX::Types" => '0.19',
     "MooseX::Types::Structured" => '0.18',
-    "POE" => '1.007',
+    "POE" => '1.266',
   },
 );

Modified: trunk/libpoex-types-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoex-types-perl/README?rev=44641&op=diff
==============================================================================
--- trunk/libpoex-types-perl/README (original)
+++ trunk/libpoex-types-perl/README Tue Sep 22 16:30:52 2009
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution POEx-Types, version
-0.092430:
+0.092460:
 
   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=44641&op=diff
==============================================================================
--- trunk/libpoex-types-perl/debian/changelog (original)
+++ trunk/libpoex-types-perl/debian/changelog Tue Sep 22 16:30:52 2009
@@ -1,5 +1,9 @@
-libpoex-types-perl (0.092430-1) UNRELEASED; urgency=low
+libpoex-types-perl (0.092460-1) UNRELEASED; urgency=low
 
+  WAITS for POE 1.266
+  WAITS for MooseX-Declare 0.29
+
+  [ Nathan Handler ]
   TODO: Needs a test build prior to uploading
 
   * New upstream release
@@ -7,7 +11,10 @@
     - Add myself to list of Uploaders
     - Update Build-Depends-Indep versions
 
- -- Nathan Handler <nhandler at ubuntu.com>  Wed, 02 Sep 2009 21:49:42 +0000
+  [ Jonathan Yu ]
+  * New upstream release
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 20 Sep 2009 09:44:01 -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=44641&op=diff
==============================================================================
--- trunk/libpoex-types-perl/dist.ini (original)
+++ trunk/libpoex-types-perl/dist.ini Tue Sep 22 16:30:52 2009
@@ -12,8 +12,8 @@
 [PodPurler]
 
 [Prereq]
-POE                                 = 1.007
-MooseX::Declare                     = 0.27
+POE                                 = 1.266
+MooseX::Declare                     = 0.29
 MooseX::Types                       = 0.19
 MooseX::Types::Structured           = 0.18
 Test::More                          = 0.92

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=44641&op=diff
==============================================================================
--- trunk/libpoex-types-perl/lib/POEx/Types.pm (original)
+++ trunk/libpoex-types-perl/lib/POEx/Types.pm Tue Sep 22 16:30:52 2009
@@ -1,5 +1,5 @@
 package POEx::Types;
-our $VERSION = '0.092430';
+our $VERSION = '0.092460';
 
 use warnings;
 use strict;
@@ -84,6 +84,7 @@
     from DoesSessionInstantiation,
         via { $_->ID };
 
+
 coerce SessionAlias,
     from SessionID,
         via { ($poe_kernel->alias_list($_))[0]; },
@@ -91,7 +92,7 @@
         via { ($poe_kernel->alias_list($_))[0]; },
     from DoesSessionInstantiation,
         via { $_->alias; };
-        
+
 
 coerce Session,
     from SessionID,
@@ -112,7 +113,7 @@
 
 =head1 VERSION
 
-version 0.092430
+version 0.092460
 
 =head1 DESCRIPTION
 
@@ -187,6 +188,9 @@
 
 =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 
@@ -194,6 +198,19 @@
 
 
 
+=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