r44980 - in /branches/upstream/libpoex-types-perl/current: Build.PL Changes META.yml Makefile.PL README dist.ini lib/POEx/Types.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Sep 27 22:12:26 UTC 2009


Author: jawnsy-guest
Date: Sun Sep 27 22:12:18 2009
New Revision: 44980

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44980
Log:
[svn-upgrade] Integrating new upstream version, libpoex-types-perl (0.092670)

Modified:
    branches/upstream/libpoex-types-perl/current/Build.PL
    branches/upstream/libpoex-types-perl/current/Changes
    branches/upstream/libpoex-types-perl/current/META.yml
    branches/upstream/libpoex-types-perl/current/Makefile.PL
    branches/upstream/libpoex-types-perl/current/README
    branches/upstream/libpoex-types-perl/current/dist.ini
    branches/upstream/libpoex-types-perl/current/lib/POEx/Types.pm

Modified: branches/upstream/libpoex-types-perl/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-types-perl/current/Build.PL?rev=44980&op=diff
==============================================================================
--- branches/upstream/libpoex-types-perl/current/Build.PL (original)
+++ branches/upstream/libpoex-types-perl/current/Build.PL Sun Sep 27 22:12:18 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: branches/upstream/libpoex-types-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-types-perl/current/Changes?rev=44980&op=diff
==============================================================================
--- branches/upstream/libpoex-types-perl/current/Changes (original)
+++ branches/upstream/libpoex-types-perl/current/Changes Sun Sep 27 22:12:18 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: branches/upstream/libpoex-types-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-types-perl/current/META.yml?rev=44980&op=diff
==============================================================================
--- branches/upstream/libpoex-types-perl/current/META.yml (original)
+++ branches/upstream/libpoex-types-perl/current/META.yml Sun Sep 27 22:12:18 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: branches/upstream/libpoex-types-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-types-perl/current/Makefile.PL?rev=44980&op=diff
==============================================================================
--- branches/upstream/libpoex-types-perl/current/Makefile.PL (original)
+++ branches/upstream/libpoex-types-perl/current/Makefile.PL Sun Sep 27 22:12:18 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: branches/upstream/libpoex-types-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-types-perl/current/README?rev=44980&op=diff
==============================================================================
--- branches/upstream/libpoex-types-perl/current/README (original)
+++ branches/upstream/libpoex-types-perl/current/README Sun Sep 27 22:12:18 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: branches/upstream/libpoex-types-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-types-perl/current/dist.ini?rev=44980&op=diff
==============================================================================
--- branches/upstream/libpoex-types-perl/current/dist.ini (original)
+++ branches/upstream/libpoex-types-perl/current/dist.ini Sun Sep 27 22:12:18 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: branches/upstream/libpoex-types-perl/current/lib/POEx/Types.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libpoex-types-perl/current/lib/POEx/Types.pm?rev=44980&op=diff
==============================================================================
--- branches/upstream/libpoex-types-perl/current/lib/POEx/Types.pm (original)
+++ branches/upstream/libpoex-types-perl/current/lib/POEx/Types.pm Sun Sep 27 22:12:18 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