r67047 - in /branches/upstream/libmoosex-types-structured-perl/current: ./ lib/MooseX/Meta/TypeCoercion/ lib/MooseX/Meta/TypeCoercion/Structured/ lib/MooseX/Meta/TypeConstraint/ lib/MooseX/Meta/TypeConstraint/Structured/ lib/MooseX/Types/ lib/MooseX/Types/Structured/

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Wed Jan 5 13:07:29 UTC 2011


Author: ansgar
Date: Wed Jan  5 13:07:19 2011
New Revision: 67047

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67047
Log:
[svn-upgrade] new version libmoosex-types-structured-perl (0.26)

Modified:
    branches/upstream/libmoosex-types-structured-perl/current/Changes
    branches/upstream/libmoosex-types-structured-perl/current/LICENSE
    branches/upstream/libmoosex-types-structured-perl/current/META.json
    branches/upstream/libmoosex-types-structured-perl/current/META.yml
    branches/upstream/libmoosex-types-structured-perl/current/Makefile.PL
    branches/upstream/libmoosex-types-structured-perl/current/README
    branches/upstream/libmoosex-types-structured-perl/current/dist.ini
    branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeCoercion/Structured.pm
    branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeCoercion/Structured/Optional.pm
    branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeConstraint/Structured.pm
    branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeConstraint/Structured/Optional.pm
    branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured.pm
    branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured/MessageStack.pm
    branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured/OverflowHandler.pm

Modified: branches/upstream/libmoosex-types-structured-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/Changes?rev=67047&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-structured-perl/current/Changes (original)
+++ branches/upstream/libmoosex-types-structured-perl/current/Changes Wed Jan  5 13:07:19 2011
@@ -1,4 +1,8 @@
 Revision history for MooseX-Types-Structured
+
+0.26   02 January 2011
+        - removed version from Test::Fatal as asked by the debian folks
+        - small documentation updates
 
 0.25   28 December 2010
         - fixed bug where ->is_subtype_of dies meaninglessly when the type we

Modified: branches/upstream/libmoosex-types-structured-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/LICENSE?rev=67047&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-structured-perl/current/LICENSE (original)
+++ branches/upstream/libmoosex-types-structured-perl/current/LICENSE Wed Jan  5 13:07:19 2011
@@ -1,4 +1,4 @@
-This software is copyright (c) 2010 by John Napiorkowski.
+This software is copyright (c) 2011 by John Napiorkowski.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2010 by John Napiorkowski.
+This software is Copyright (c) 2011 by John Napiorkowski.
 
 This is free software, licensed under:
 
@@ -270,7 +270,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2010 by John Napiorkowski.
+This software is Copyright (c) 2011 by John Napiorkowski.
 
 This is free software, licensed under:
 

Modified: branches/upstream/libmoosex-types-structured-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/META.json?rev=67047&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-structured-perl/current/META.json (original)
+++ branches/upstream/libmoosex-types-structured-perl/current/META.json Wed Jan  5 13:07:19 2011
@@ -20,7 +20,7 @@
    "prereqs" : {
       "build" : {
          "requires" : {
-            "Test::Fatal" : "0.003",
+            "Test::Fatal" : 0,
             "Test::More" : "0.94"
          }
       },
@@ -68,7 +68,7 @@
          "web" : "http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo/MooseX-Types-Structured.git;a=summary"
       }
    },
-   "version" : "0.25",
+   "version" : "0.26",
    "x_Dist_Zilla" : {
       "plugins" : [
          {

Modified: branches/upstream/libmoosex-types-structured-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/META.yml?rev=67047&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-structured-perl/current/META.yml (original)
+++ branches/upstream/libmoosex-types-structured-perl/current/META.yml Wed Jan  5 13:07:19 2011
@@ -11,7 +11,7 @@
   DateTime: 0
   MooseX::Types::DateTime: 0
   MooseX::Types::Moose: 0
-  Test::Fatal: 0.003
+  Test::Fatal: 0
   Test::More: 0.94
 configure_requires:
   ExtUtils::MakeMaker: 6.31
@@ -38,7 +38,7 @@
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Types-Structured
   homepage: http://search.cpan.org/dist/MooseX-Types-Structured
   repository: git://git.moose.perl.org/MooseX-Types-Structured.git
-version: 0.25
+version: 0.26
 x_Dist_Zilla:
   plugins:
     -

Modified: branches/upstream/libmoosex-types-structured-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/Makefile.PL?rev=67047&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-structured-perl/current/Makefile.PL (original)
+++ branches/upstream/libmoosex-types-structured-perl/current/Makefile.PL Wed Jan  5 13:07:19 2011
@@ -16,7 +16,7 @@
     'DateTime' => '0',
     'MooseX::Types::DateTime' => '0',
     'MooseX::Types::Moose' => '0',
-    'Test::Fatal' => '0.003',
+    'Test::Fatal' => '0',
     'Test::More' => '0.94'
   },
   'CONFIGURE_REQUIRES' => {
@@ -38,7 +38,7 @@
     'Sub::Exporter' => '0.982',
     'overload' => '0'
   },
-  'VERSION' => '0.25',
+  'VERSION' => '0.26',
   'test' => {
     'TESTS' => 't/*.t t/regressions/*.t'
   }

Modified: branches/upstream/libmoosex-types-structured-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/README?rev=67047&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-structured-perl/current/README (original)
+++ branches/upstream/libmoosex-types-structured-perl/current/README Wed Jan  5 13:07:19 2011
@@ -1,11 +1,11 @@
 
 
 This archive contains the distribution MooseX-Types-Structured,
-version 0.25:
+version 0.26:
 
   MooseX::Types::Structured - Structured Type Constraints for Moose
 
-This software is copyright (c) 2010 by John Napiorkowski.
+This software is copyright (c) 2011 by John Napiorkowski.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libmoosex-types-structured-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/dist.ini?rev=67047&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-structured-perl/current/dist.ini (original)
+++ branches/upstream/libmoosex-types-structured-perl/current/dist.ini Wed Jan  5 13:07:19 2011
@@ -1,5 +1,5 @@
 name    = MooseX-Types-Structured
-version = 0.25
+version = 0.26
 author  = John Napiorkowski <jjnapiork at cpan.org>
 author  = Florian Ragwitz <rafl at debian.org>
 author  = Yuval Kogman <nothingmuch at woobling.org>
@@ -21,5 +21,5 @@
 
 [Prereqs / BuildRequires]
 Test::More = 0.94
-Test::Fatal = 0.003
+Test::Fatal = 0
 

Modified: branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeCoercion/Structured.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeCoercion/Structured.pm?rev=67047&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeCoercion/Structured.pm (original)
+++ branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeCoercion/Structured.pm Wed Jan  5 13:07:19 2011
@@ -60,7 +60,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by John Napiorkowski.
+This software is copyright (c) 2011 by John Napiorkowski.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeCoercion/Structured/Optional.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeCoercion/Structured/Optional.pm?rev=67047&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeCoercion/Structured/Optional.pm (original)
+++ branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeCoercion/Structured/Optional.pm Wed Jan  5 13:07:19 2011
@@ -1,9 +1,7 @@
-package MooseX::Meta::TypeCoercion::Structured::Optional;
+package ## Hide from PAUSE
+  MooseX::Meta::TypeCoercion::Structured::Optional;
 BEGIN {
   $MooseX::Meta::TypeCoercion::Structured::Optional::AUTHORITY = 'cpan:JJNAPIORK';
-}
-BEGIN {
-  $MooseX::Meta::TypeCoercion::Structured::Optional::VERSION = '0.25';
 }
 
 use Moose;
@@ -72,7 +70,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by John Napiorkowski.
+This software is copyright (c) 2011 by John Napiorkowski.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeConstraint/Structured.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeConstraint/Structured.pm?rev=67047&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeConstraint/Structured.pm (original)
+++ branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeConstraint/Structured.pm Wed Jan  5 13:07:19 2011
@@ -380,7 +380,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by John Napiorkowski.
+This software is copyright (c) 2011 by John Napiorkowski.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeConstraint/Structured/Optional.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeConstraint/Structured/Optional.pm?rev=67047&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeConstraint/Structured/Optional.pm (original)
+++ branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Meta/TypeConstraint/Structured/Optional.pm Wed Jan  5 13:07:19 2011
@@ -1,9 +1,7 @@
-package MooseX::Meta::TypeConstraint::Structured::Optional;
+package ## Hide from PAUSE
+  MooseX::Meta::TypeConstraint::Structured::Optional;
 BEGIN {
   $MooseX::Meta::TypeConstraint::Structured::Optional::AUTHORITY = 'cpan:JJNAPIORK';
-}
-BEGIN {
-  $MooseX::Meta::TypeConstraint::Structured::Optional::VERSION = '0.25';
 }
 
 use Moose;
@@ -63,7 +61,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by John Napiorkowski.
+This software is copyright (c) 2011 by John Napiorkowski.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured.pm?rev=67047&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured.pm (original)
+++ branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured.pm Wed Jan  5 13:07:19 2011
@@ -3,7 +3,7 @@
   $MooseX::Types::Structured::AUTHORITY = 'cpan:JJNAPIORK';
 }
 BEGIN {
-  $MooseX::Types::Structured::VERSION = '0.25';
+  $MooseX::Types::Structured::VERSION = '0.26';
 }
 # ABSTRACT: MooseX::Types::Structured - Structured Type Constraints for Moose
 
@@ -1020,7 +1020,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by John Napiorkowski.
+This software is copyright (c) 2011 by John Napiorkowski.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured/MessageStack.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured/MessageStack.pm?rev=67047&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured/MessageStack.pm (original)
+++ branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured/MessageStack.pm Wed Jan  5 13:07:19 2011
@@ -1,11 +1,11 @@
-package MooseX::Types::Structured::MessageStack;
+package ## Hide from PAUSE
+  MooseX::Types::Structured::MessageStack;
 BEGIN {
   $MooseX::Types::Structured::MessageStack::AUTHORITY = 'cpan:JJNAPIORK';
 }
-BEGIN {
-  $MooseX::Types::Structured::MessageStack::VERSION = '0.25';
-}
+
 use Moose;
+
 
 has 'level' => (
     traits => ['Counter'],
@@ -19,6 +19,7 @@
     },
 );
 
+
 has 'messages' => (
     traits => ['Array'],
     is => 'ro',
@@ -31,6 +32,7 @@
         all_messages => 'elements',
     },
 );
+
 
 sub as_string {
     my @messages = (shift)->all_messages;
@@ -54,6 +56,16 @@
 =head1 NAME
 
 MooseX::Types::Structured::MessageStack
+
+=head1 ATTRIBUTES
+
+=head2 level
+
+=head2 messages
+
+=head1 METHODS
+
+=head2 as_string
 
 =head1 AUTHORS
 
@@ -83,7 +95,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by John Napiorkowski.
+This software is copyright (c) 2011 by John Napiorkowski.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.

Modified: branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured/OverflowHandler.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured/OverflowHandler.pm?rev=67047&op=diff
==============================================================================
--- branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured/OverflowHandler.pm (original)
+++ branches/upstream/libmoosex-types-structured-perl/current/lib/MooseX/Types/Structured/OverflowHandler.pm Wed Jan  5 13:07:19 2011
@@ -1,9 +1,7 @@
-package MooseX::Types::Structured::OverflowHandler;
+package ## Hide from PAUSE
+  MooseX::Types::Structured::OverflowHandler;
 BEGIN {
   $MooseX::Types::Structured::OverflowHandler::AUTHORITY = 'cpan:JJNAPIORK';
-}
-BEGIN {
-  $MooseX::Types::Structured::OverflowHandler::VERSION = '0.25';
 }
 
 use Moose;
@@ -74,7 +72,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by John Napiorkowski.
+This software is copyright (c) 2011 by John Napiorkowski.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.




More information about the Pkg-perl-cvs-commits mailing list