r50631 - in /trunk/libmoosex-role-withoverloading-perl: ./ debian/ lib/MooseX/Role/ lib/MooseX/Role/WithOverloading/Meta/ lib/MooseX/Role/WithOverloading/Meta/Role/ lib/MooseX/Role/WithOverloading/Meta/Role/Application/ lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ t/lib/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jan 10 15:25:36 UTC 2010


Author: jawnsy-guest
Date: Sun Jan 10 15:25:26 2010
New Revision: 50631

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50631
Log:
integrate new upstream release

Modified:
    trunk/libmoosex-role-withoverloading-perl/Changes
    trunk/libmoosex-role-withoverloading-perl/META.yml
    trunk/libmoosex-role-withoverloading-perl/Makefile.PL
    trunk/libmoosex-role-withoverloading-perl/README
    trunk/libmoosex-role-withoverloading-perl/debian/changelog
    trunk/libmoosex-role-withoverloading-perl/dist.ini
    trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading.pm
    trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role.pm
    trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application.pm
    trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite.pm
    trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToClass.pm
    trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToInstance.pm
    trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToRole.pm
    trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/FixOverloadedRefs.pm
    trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToClass.pm
    trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToInstance.pm
    trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToRole.pm
    trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Composite.pm
    trunk/libmoosex-role-withoverloading-perl/t/lib/ClassWithCombiningRole.pm
    trunk/libmoosex-role-withoverloading-perl/t/lib/CombiningClass.pm
    trunk/libmoosex-role-withoverloading-perl/t/lib/CombiningRole.pm
    trunk/libmoosex-role-withoverloading-perl/t/lib/OtherClass.pm
    trunk/libmoosex-role-withoverloading-perl/t/lib/OtherRole.pm
    trunk/libmoosex-role-withoverloading-perl/t/lib/Role.pm
    trunk/libmoosex-role-withoverloading-perl/t/lib/SomeClass.pm
    trunk/libmoosex-role-withoverloading-perl/t/lib/UnrelatedRole.pm

Modified: trunk/libmoosex-role-withoverloading-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/Changes?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/Changes (original)
+++ trunk/libmoosex-role-withoverloading-perl/Changes Sun Jan 10 15:25:26 2010
@@ -1,3 +1,7 @@
+0.05  Sat, 18 Jan 2010 18:15:00 +0000
+  * Work around changes in composition_class_role in Moose >= 0.93_01
+    to be compatible with both old and new Moose versions.
+
 0.04  Mon, 04 Jan 2010 18:40:11 +0100
   * Depend on Test::More 0.88 for done_testing.
 

Modified: trunk/libmoosex-role-withoverloading-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/META.yml?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/META.yml (original)
+++ trunk/libmoosex-role-withoverloading-perl/META.yml Sun Jan 10 15:25:26 2010
@@ -17,4 +17,4 @@
   aliased: 0
   namespace::autoclean: 0.09
   namespace::clean: 0
-version: 0.04
+version: 0.05

Modified: trunk/libmoosex-role-withoverloading-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/Makefile.PL?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/Makefile.PL (original)
+++ trunk/libmoosex-role-withoverloading-perl/Makefile.PL Sun Jan 10 15:25:26 2010
@@ -11,7 +11,7 @@
   NAME      => 'MooseX::Role::WithOverloading',
   AUTHOR    => "Florian\ Ragwitz\ \<rafl\@debian\.org\>\,\ Tomas\ Doran\ \<bobtfish\@bobtfish\.net\>",
   ABSTRACT  => "Roles\ which\ support\ overloading",
-  VERSION   => '0.04',
+  VERSION   => '0.05',
   EXE_FILES => [ qw() ],
   (eval { ExtUtils::MakeMaker->VERSION(6.31) } ? (LICENSE => 'perl') : ()),
   PREREQ_PM    => {

Modified: trunk/libmoosex-role-withoverloading-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/README?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/README (original)
+++ trunk/libmoosex-role-withoverloading-perl/README Sun Jan 10 15:25:26 2010
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution MooseX-Role-WithOverloading, version
-0.04:
+0.05:
 
   Roles which support overloading
 

Modified: trunk/libmoosex-role-withoverloading-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/debian/changelog?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/debian/changelog (original)
+++ trunk/libmoosex-role-withoverloading-perl/debian/changelog Sun Jan 10 15:25:26 2010
@@ -1,12 +1,9 @@
-libmoosex-role-withoverloading-perl (0.04-1) UNRELEASED; urgency=low
-
-  Only changes for tests, we're okay unless we have FTBFS
-  IGNORE-VERSION: 0.04-1
+libmoosex-role-withoverloading-perl (0.05-1) UNRELEASED; urgency=low
 
   * New upstream release
   * Upstream now requires Test::More 0.88 for done_testing
 
- -- Jonathan Yu <jawnsy at cpan.org>  Tue, 05 Jan 2010 09:42:43 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 10 Jan 2010 10:28:00 -0500
 
 libmoosex-role-withoverloading-perl (0.03-1) unstable; urgency=low
 

Modified: trunk/libmoosex-role-withoverloading-perl/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/dist.ini?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/dist.ini (original)
+++ trunk/libmoosex-role-withoverloading-perl/dist.ini Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 name    = MooseX-Role-WithOverloading
-version = 0.04
+version = 0.05
 author  = Florian Ragwitz <rafl at debian.org>
 author  = Tomas Doran <bobtfish at bobtfish.net>
 license = Perl_5

Modified: trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package MooseX::Role::WithOverloading;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 # ABSTRACT: Roles which support overloading
 
 use XSLoader;
@@ -34,6 +34,7 @@
 
 
 __END__
+
 =pod
 
 =head1 NAME
@@ -42,7 +43,7 @@
 
 =head1 VERSION
 
-version 0.04
+version 0.05
 
 =head1 SYNOPSIS
 
@@ -78,12 +79,18 @@
 composed into the classes/roles/instances it's compiled to, while plain
 L<Moose::Role>s would lose the overloading.
 
-=for Pod::Coverage init_meta
+=begin Pod::Coverage
+
+init_meta
+
+=end Pod::Coverage
+
+
 
 =head1 AUTHORS
 
-Florian Ragwitz <rafl at debian.org>
-Tomas Doran <bobtfish at bobtfish.net>
+  Florian Ragwitz <rafl at debian.org>
+  Tomas Doran <bobtfish at bobtfish.net>
 
 =head1 COPYRIGHT AND LICENSE
 
@@ -92,5 +99,6 @@
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
-=cut
+=cut 
 
+

Modified: trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role.pm Sun Jan 10 15:25:26 2010
@@ -1,18 +1,26 @@
 package MooseX::Role::WithOverloading::Meta::Role;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 # ABSTRACT: Roles which support overloading
 
+use Moose ();
 use Moose::Role;
 use aliased 'MooseX::Role::WithOverloading::Meta::Role::Composite', 'CompositionRole';
 use namespace::autoclean;
 
-has '+composition_class_roles' => (
-    default => [ CompositionRole ],
-);
+$Moose::VERSION >= 0.9301
+    ? around composition_class_roles => sub {
+        my ($orig, $self) = @_;
+        return $self->$orig,
+            CompositionRole;
+    }
+    : has '+composition_class_roles' => (
+        default => sub { [ CompositionRole ] },
+    );
 
 1;
 
 __END__
+
 =pod
 
 =head1 NAME
@@ -21,12 +29,12 @@
 
 =head1 VERSION
 
-version 0.04
+version 0.05
 
 =head1 AUTHORS
 
-Florian Ragwitz <rafl at debian.org>
-Tomas Doran <bobtfish at bobtfish.net>
+  Florian Ragwitz <rafl at debian.org>
+  Tomas Doran <bobtfish at bobtfish.net>
 
 =head1 COPYRIGHT AND LICENSE
 
@@ -35,5 +43,6 @@
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
-=cut
+=cut 
 
+

Modified: trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package MooseX::Role::WithOverloading::Meta::Role::Application;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 # ABSTRACT: Role application role for Roles which support overloading
 
 use Moose::Role;
@@ -68,6 +68,7 @@
 1;
 
 __END__
+
 =pod
 
 =head1 NAME
@@ -76,7 +77,7 @@
 
 =head1 VERSION
 
-version 0.04
+version 0.05
 
 =head1 METHODS
 
@@ -84,28 +85,26 @@
 
 Returns an arrayref of the names of overloaded operations
 
-=cut
 
-=pod
 
 =head2 apply_methods ($role, $other)
 
 Wrapped with an after modifier which calls the C<< ->apply_overloading >>
 method.
 
-=cut
 
-=pod
 
 =head2 apply_overloading ($role, $other)
 
 Does the heavy lifting of applying overload operations to
 a class or role which the role is applied to.
 
+
+
 =head1 AUTHORS
 
-Florian Ragwitz <rafl at debian.org>
-Tomas Doran <bobtfish at bobtfish.net>
+  Florian Ragwitz <rafl at debian.org>
+  Tomas Doran <bobtfish at bobtfish.net>
 
 =head1 COPYRIGHT AND LICENSE
 
@@ -114,5 +113,6 @@
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
-=cut
+=cut 
 
+

Modified: trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package MooseX::Role::WithOverloading::Meta::Role::Application::Composite;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 # ABSTRACT: Roles which support overloading
 
 use Moose::Role;
@@ -17,6 +17,7 @@
 1;
 
 __END__
+
 =pod
 
 =head1 NAME
@@ -25,12 +26,12 @@
 
 =head1 VERSION
 
-version 0.04
+version 0.05
 
 =head1 AUTHORS
 
-Florian Ragwitz <rafl at debian.org>
-Tomas Doran <bobtfish at bobtfish.net>
+  Florian Ragwitz <rafl at debian.org>
+  Tomas Doran <bobtfish at bobtfish.net>
 
 =head1 COPYRIGHT AND LICENSE
 
@@ -39,5 +40,6 @@
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
-=cut
+=cut 
 
+

Modified: trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToClass.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToClass.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToClass.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToClass.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 # ABSTRACT: Roles which support overloading
 
 use Moose::Role;
@@ -10,6 +10,7 @@
 1;
 
 __END__
+
 =pod
 
 =head1 NAME
@@ -18,12 +19,12 @@
 
 =head1 VERSION
 
-version 0.04
+version 0.05
 
 =head1 AUTHORS
 
-Florian Ragwitz <rafl at debian.org>
-Tomas Doran <bobtfish at bobtfish.net>
+  Florian Ragwitz <rafl at debian.org>
+  Tomas Doran <bobtfish at bobtfish.net>
 
 =head1 COPYRIGHT AND LICENSE
 
@@ -32,5 +33,6 @@
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
-=cut
+=cut 
 
+

Modified: trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToInstance.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToInstance.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToInstance.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToInstance.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 # ABSTRACT: Roles which support overloading
 
 use Moose::Role;
@@ -13,6 +13,7 @@
 1;
 
 __END__
+
 =pod
 
 =head1 NAME
@@ -21,12 +22,12 @@
 
 =head1 VERSION
 
-version 0.04
+version 0.05
 
 =head1 AUTHORS
 
-Florian Ragwitz <rafl at debian.org>
-Tomas Doran <bobtfish at bobtfish.net>
+  Florian Ragwitz <rafl at debian.org>
+  Tomas Doran <bobtfish at bobtfish.net>
 
 =head1 COPYRIGHT AND LICENSE
 
@@ -35,5 +36,6 @@
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
-=cut
+=cut 
 
+

Modified: trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToRole.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToRole.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToRole.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToRole.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 # ABSTRACT: Roles which support overloading
 
 use Moose::Role;
@@ -13,6 +13,7 @@
 1;
 
 __END__
+
 =pod
 
 =head1 NAME
@@ -21,12 +22,12 @@
 
 =head1 VERSION
 
-version 0.04
+version 0.05
 
 =head1 AUTHORS
 
-Florian Ragwitz <rafl at debian.org>
-Tomas Doran <bobtfish at bobtfish.net>
+  Florian Ragwitz <rafl at debian.org>
+  Tomas Doran <bobtfish at bobtfish.net>
 
 =head1 COPYRIGHT AND LICENSE
 
@@ -35,5 +36,6 @@
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
-=cut
+=cut 
 
+

Modified: trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/FixOverloadedRefs.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/FixOverloadedRefs.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/FixOverloadedRefs.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/FixOverloadedRefs.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 use Moose::Role;
 use namespace::autoclean;
@@ -14,6 +14,7 @@
 1;
 
 __END__
+
 =pod
 
 =head1 NAME
@@ -22,14 +23,20 @@
 
 =head1 VERSION
 
-version 0.04
+version 0.05
 
-=for Pod::Coverage reset_amagic
+=begin Pod::Coverage
+
+reset_amagic
+
+=end Pod::Coverage
+
+
 
 =head1 AUTHORS
 
-Florian Ragwitz <rafl at debian.org>
-Tomas Doran <bobtfish at bobtfish.net>
+  Florian Ragwitz <rafl at debian.org>
+  Tomas Doran <bobtfish at bobtfish.net>
 
 =head1 COPYRIGHT AND LICENSE
 
@@ -38,5 +45,6 @@
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
-=cut
+=cut 
 
+

Modified: trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToClass.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToClass.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToClass.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToClass.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package MooseX::Role::WithOverloading::Meta::Role::Application::ToClass;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 # ABSTRACT: Roles which support overloading
 
 use Moose::Role;
@@ -10,6 +10,7 @@
 1;
 
 __END__
+
 =pod
 
 =head1 NAME
@@ -18,12 +19,12 @@
 
 =head1 VERSION
 
-version 0.04
+version 0.05
 
 =head1 AUTHORS
 
-Florian Ragwitz <rafl at debian.org>
-Tomas Doran <bobtfish at bobtfish.net>
+  Florian Ragwitz <rafl at debian.org>
+  Tomas Doran <bobtfish at bobtfish.net>
 
 =head1 COPYRIGHT AND LICENSE
 
@@ -32,5 +33,6 @@
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
-=cut
+=cut 
 
+

Modified: trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToInstance.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToInstance.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToInstance.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToInstance.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 # ABSTRACT: Roles which support overloading
 
 use Moose::Role;
@@ -13,6 +13,7 @@
 1;
 
 __END__
+
 =pod
 
 =head1 NAME
@@ -21,12 +22,12 @@
 
 =head1 VERSION
 
-version 0.04
+version 0.05
 
 =head1 AUTHORS
 
-Florian Ragwitz <rafl at debian.org>
-Tomas Doran <bobtfish at bobtfish.net>
+  Florian Ragwitz <rafl at debian.org>
+  Tomas Doran <bobtfish at bobtfish.net>
 
 =head1 COPYRIGHT AND LICENSE
 
@@ -35,5 +36,6 @@
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
-=cut
+=cut 
 
+

Modified: trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToRole.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToRole.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToRole.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToRole.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package MooseX::Role::WithOverloading::Meta::Role::Application::ToRole;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 # ABSTRACT: Roles which support overloading
 
 use Moose::Role;
@@ -25,6 +25,7 @@
 1;
 
 __END__
+
 =pod
 
 =head1 NAME
@@ -33,12 +34,12 @@
 
 =head1 VERSION
 
-version 0.04
+version 0.05
 
 =head1 AUTHORS
 
-Florian Ragwitz <rafl at debian.org>
-Tomas Doran <bobtfish at bobtfish.net>
+  Florian Ragwitz <rafl at debian.org>
+  Tomas Doran <bobtfish at bobtfish.net>
 
 =head1 COPYRIGHT AND LICENSE
 
@@ -47,5 +48,6 @@
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
-=cut
+=cut 
 
+

Modified: trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Composite.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Composite.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Composite.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading/Meta/Role/Composite.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package MooseX::Role::WithOverloading::Meta::Role::Composite;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 # ABSTRACT: Role for composite roles which support overloading
 
 use Moose::Role;
@@ -24,6 +24,7 @@
 1;
 
 __END__
+
 =pod
 
 =head1 NAME
@@ -32,7 +33,7 @@
 
 =head1 VERSION
 
-version 0.04
+version 0.05
 
 =head1 METHODS
 
@@ -40,10 +41,12 @@
 
 Wrapped method to apply various metaclass roles to aid with role composition.
 
+
+
 =head1 AUTHORS
 
-Florian Ragwitz <rafl at debian.org>
-Tomas Doran <bobtfish at bobtfish.net>
+  Florian Ragwitz <rafl at debian.org>
+  Tomas Doran <bobtfish at bobtfish.net>
 
 =head1 COPYRIGHT AND LICENSE
 
@@ -52,5 +55,6 @@
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
 
-=cut
+=cut 
 
+

Modified: trunk/libmoosex-role-withoverloading-perl/t/lib/ClassWithCombiningRole.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/t/lib/ClassWithCombiningRole.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/t/lib/ClassWithCombiningRole.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/t/lib/ClassWithCombiningRole.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package ClassWithCombiningRole;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 use Moose;
 use namespace::autoclean;

Modified: trunk/libmoosex-role-withoverloading-perl/t/lib/CombiningClass.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/t/lib/CombiningClass.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/t/lib/CombiningClass.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/t/lib/CombiningClass.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package CombiningClass;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 use Moose;
 use namespace::autoclean;

Modified: trunk/libmoosex-role-withoverloading-perl/t/lib/CombiningRole.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/t/lib/CombiningRole.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/t/lib/CombiningRole.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/t/lib/CombiningRole.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package CombiningRole;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 use Moose::Role;
 use namespace::autoclean;

Modified: trunk/libmoosex-role-withoverloading-perl/t/lib/OtherClass.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/t/lib/OtherClass.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/t/lib/OtherClass.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/t/lib/OtherClass.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package OtherClass;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 use Moose;
 use namespace::autoclean;

Modified: trunk/libmoosex-role-withoverloading-perl/t/lib/OtherRole.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/t/lib/OtherRole.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/t/lib/OtherRole.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/t/lib/OtherRole.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package OtherRole;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 use Moose::Role;
 use namespace::autoclean;

Modified: trunk/libmoosex-role-withoverloading-perl/t/lib/Role.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/t/lib/Role.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/t/lib/Role.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/t/lib/Role.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package Role;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 use MooseX::Role::WithOverloading;
 use namespace::clean -except => 'meta';

Modified: trunk/libmoosex-role-withoverloading-perl/t/lib/SomeClass.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/t/lib/SomeClass.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/t/lib/SomeClass.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/t/lib/SomeClass.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package SomeClass;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 use Moose;
 use namespace::autoclean;

Modified: trunk/libmoosex-role-withoverloading-perl/t/lib/UnrelatedRole.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/t/lib/UnrelatedRole.pm?rev=50631&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/t/lib/UnrelatedRole.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/t/lib/UnrelatedRole.pm Sun Jan 10 15:25:26 2010
@@ -1,5 +1,5 @@
 package UnrelatedRole;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 use Moose::Role;
 use namespace::autoclean;




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