r67046 - in /branches/upstream/libmoosex-role-withoverloading-perl/current: ./ 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/

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


Author: ansgar
Date: Wed Jan  5 13:06:51 2011
New Revision: 67046

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67046
Log:
[svn-upgrade] new version libmoosex-role-withoverloading-perl (0.09)

Modified:
    branches/upstream/libmoosex-role-withoverloading-perl/current/Changes
    branches/upstream/libmoosex-role-withoverloading-perl/current/LICENSE
    branches/upstream/libmoosex-role-withoverloading-perl/current/META.json
    branches/upstream/libmoosex-role-withoverloading-perl/current/META.yml
    branches/upstream/libmoosex-role-withoverloading-perl/current/Makefile.PL
    branches/upstream/libmoosex-role-withoverloading-perl/current/README
    branches/upstream/libmoosex-role-withoverloading-perl/current/dist.ini
    branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading.pm
    branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role.pm
    branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application.pm
    branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite.pm
    branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToClass.pm
    branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToInstance.pm
    branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToRole.pm
    branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/FixOverloadedRefs.pm
    branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToClass.pm
    branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToInstance.pm
    branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToRole.pm
    branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Composite.pm

Modified: branches/upstream/libmoosex-role-withoverloading-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/Changes?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/Changes (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/Changes Wed Jan  5 13:06:51 2011
@@ -1,3 +1,7 @@
+0.09  Mon, 03 Jan 2011 17:37:34 +0100
+  * get_package_symbol no longer autovififies - use get_or_add_package_symbol
+    instead (doy).
+
 0.08  Mon, 19 Jul 2010 22:04:22 +0200
   * Really avoid warnings from Moose 1.09 (Dave Rolsky).
 

Modified: branches/upstream/libmoosex-role-withoverloading-perl/current/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/LICENSE?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/LICENSE (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/LICENSE Wed Jan  5 13:06:51 2011
@@ -1,4 +1,4 @@
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 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 Florian Ragwitz.
+This software is Copyright (c) 2011 by Florian Ragwitz.
 
 This is free software, licensed under:
 
@@ -270,7 +270,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2010 by Florian Ragwitz.
+This software is Copyright (c) 2011 by Florian Ragwitz.
 
 This is free software, licensed under:
 

Modified: branches/upstream/libmoosex-role-withoverloading-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/META.json?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/META.json (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/META.json Wed Jan  5 13:06:51 2011
@@ -5,7 +5,7 @@
       "Tomas Doran <bobtfish at bobtfish.net>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.101831, CPAN::Meta::Converter version 2.101670",
+   "generated_by" : "Dist::Zilla version 4.200000, CPAN::Meta::Converter version 2.102400",
    "license" : [
       "perl_5"
    ],
@@ -24,7 +24,7 @@
          "requires" : {
             "Moose" : "0.94",
             "Moose::Exporter" : 0,
-            "Moose::Role" : 0,
+            "Moose::Role" : "1.15",
             "Moose::Util::MetaRole" : 0,
             "MooseX::Types::Moose" : 0,
             "XSLoader" : 0,
@@ -54,98 +54,98 @@
          "web" : "http://github.com/rafl/moosex-role-withoverloading"
       }
    },
-   "version" : "0.08",
+   "version" : "0.09",
    "x_Dist_Zilla" : {
       "plugins" : [
          {
             "class" : "Dist::Zilla::Plugin::GatherDir",
             "name" : "@FLORA/@Basic/GatherDir",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@FLORA/@Basic/PruneCruft",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@FLORA/@Basic/ManifestSkip",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@FLORA/@Basic/MetaYAML",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@FLORA/@Basic/License",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@FLORA/@Basic/Readme",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExtraTests",
             "name" : "@FLORA/@Basic/ExtraTests",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@FLORA/@Basic/ExecDir",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@FLORA/@Basic/ShareDir",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
             "name" : "@FLORA/@Basic/MakeMaker",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@FLORA/@Basic/Manifest",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@FLORA/@Basic/TestRelease",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@FLORA/@Basic/ConfirmRelease",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@FLORA/@Basic/UploadToCPAN",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "@FLORA/MetaConfig",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "@FLORA/MetaJSON",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "@FLORA/PkgVersion",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "@FLORA/PodSyntaxTests",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::NoTabsTests",
@@ -155,17 +155,17 @@
          {
             "class" : "Dist::Zilla::Plugin::PodCoverageTests",
             "name" : "@FLORA/PodCoverageTests",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaResources",
             "name" : "@FLORA/MetaResources",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::Authority",
             "name" : "@FLORA/Authority",
-            "version" : "1.000"
+            "version" : "1.002"
          },
          {
             "class" : "Dist::Zilla::Plugin::EOLTests",
@@ -175,32 +175,32 @@
          {
             "class" : "Dist::Zilla::Plugin::PodWeaver",
             "name" : "@FLORA/PodWeaver",
-            "version" : "3.101640"
-         },
-         {
-            "class" : "Dist::Zilla::Plugin::AutoPrereq",
-            "name" : "@FLORA/AutoPrereq",
-            "version" : "4.101831"
+            "version" : "3.101641"
+         },
+         {
+            "class" : "Dist::Zilla::Plugin::AutoPrereqs",
+            "name" : "@FLORA/AutoPrereqs",
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "4.101831"
+            "version" : "4.200000"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "4.101831"
+            "version" : "4.200000"
          }
       ],
       "zilla" : {
@@ -208,7 +208,7 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "4.101831"
+         "version" : "4.200000"
       }
    },
    "x_authority" : "cpan:FLORA"

Modified: branches/upstream/libmoosex-role-withoverloading-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/META.yml?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/META.yml (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/META.yml Wed Jan  5 13:06:51 2011
@@ -9,7 +9,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.31
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.101831, CPAN::Meta::Converter version 2.101670'
+generated_by: 'Dist::Zilla version 4.200000, CPAN::Meta::Converter version 2.102400'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -18,7 +18,7 @@
 requires:
   Moose: 0.94
   Moose::Exporter: 0
-  Moose::Role: 0
+  Moose::Role: 1.15
   Moose::Util::MetaRole: 0
   MooseX::Types::Moose: 0
   XSLoader: 0
@@ -30,81 +30,81 @@
   bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=MooseX-Role-WithOverloading
   homepage: http://search.cpan.org/dist/MooseX-Role-WithOverloading
   repository: git://github.com/rafl/moosex-role-withoverloading.git
-version: 0.08
+version: 0.09
 x_Dist_Zilla:
   plugins:
     -
       class: Dist::Zilla::Plugin::GatherDir
       name: '@FLORA/@Basic/GatherDir'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@FLORA/@Basic/PruneCruft'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@FLORA/@Basic/ManifestSkip'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@FLORA/@Basic/MetaYAML'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::License
       name: '@FLORA/@Basic/License'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@FLORA/@Basic/Readme'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::ExtraTests
       name: '@FLORA/@Basic/ExtraTests'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@FLORA/@Basic/ExecDir'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@FLORA/@Basic/ShareDir'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::MakeMaker
       name: '@FLORA/@Basic/MakeMaker'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@FLORA/@Basic/Manifest'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@FLORA/@Basic/TestRelease'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@FLORA/@Basic/ConfirmRelease'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@FLORA/@Basic/UploadToCPAN'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: '@FLORA/MetaConfig'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: '@FLORA/MetaJSON'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: '@FLORA/PkgVersion'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: '@FLORA/PodSyntaxTests'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::NoTabsTests
       name: '@FLORA/NoTabsTests'
@@ -112,15 +112,15 @@
     -
       class: Dist::Zilla::Plugin::PodCoverageTests
       name: '@FLORA/PodCoverageTests'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::MetaResources
       name: '@FLORA/MetaResources'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::Authority
       name: '@FLORA/Authority'
-      version: 1.000
+      version: 1.002
     -
       class: Dist::Zilla::Plugin::EOLTests
       name: '@FLORA/EOLTests'
@@ -128,30 +128,30 @@
     -
       class: Dist::Zilla::Plugin::PodWeaver
       name: '@FLORA/PodWeaver'
-      version: 3.101640
+      version: 3.101641
     -
-      class: Dist::Zilla::Plugin::AutoPrereq
-      name: '@FLORA/AutoPrereq'
-      version: 4.101831
+      class: Dist::Zilla::Plugin::AutoPrereqs
+      name: '@FLORA/AutoPrereqs'
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: 4.101831
+      version: 4.200000
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: 4.101831
+      version: 4.200000
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: 0
-    version: 4.101831
+    version: 4.200000
 x_authority: cpan:FLORA

Modified: branches/upstream/libmoosex-role-withoverloading-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/Makefile.PL?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/Makefile.PL (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/Makefile.PL Wed Jan  5 13:06:51 2011
@@ -25,7 +25,7 @@
   'PREREQ_PM' => {
     'Moose' => '0.94',
     'Moose::Exporter' => '0',
-    'Moose::Role' => '0',
+    'Moose::Role' => '1.15',
     'Moose::Util::MetaRole' => '0',
     'MooseX::Types::Moose' => '0',
     'XSLoader' => '0',
@@ -34,7 +34,7 @@
     'namespace::clean' => '0',
     'overload' => '0'
   },
-  'VERSION' => '0.08',
+  'VERSION' => '0.09',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: branches/upstream/libmoosex-role-withoverloading-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/README?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/README (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/README Wed Jan  5 13:06:51 2011
@@ -1,11 +1,11 @@
 
 
 This archive contains the distribution MooseX-Role-WithOverloading,
-version 0.08:
+version 0.09:
 
   Roles which support overloading
 
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 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-role-withoverloading-perl/current/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/dist.ini?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/dist.ini (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/dist.ini Wed Jan  5 13:06:51 2011
@@ -1,5 +1,5 @@
 name    = MooseX-Role-WithOverloading
-version = 0.08
+version = 0.09
 author  = Florian Ragwitz <rafl at debian.org>
 author  = Tomas Doran <bobtfish at bobtfish.net>
 license = Perl_5

Modified: branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading.pm?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading.pm (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading.pm Wed Jan  5 13:06:51 2011
@@ -3,7 +3,7 @@
   $MooseX::Role::WithOverloading::AUTHORITY = 'cpan:FLORA';
 }
 BEGIN {
-  $MooseX::Role::WithOverloading::VERSION = '0.08';
+  $MooseX::Role::WithOverloading::VERSION = '0.09';
 }
 # ABSTRACT: Roles which support overloading
 
@@ -101,7 +101,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 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-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role.pm?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role.pm (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role.pm Wed Jan  5 13:06:51 2011
@@ -3,7 +3,7 @@
   $MooseX::Role::WithOverloading::Meta::Role::AUTHORITY = 'cpan:FLORA';
 }
 BEGIN {
-  $MooseX::Role::WithOverloading::Meta::Role::VERSION = '0.08';
+  $MooseX::Role::WithOverloading::Meta::Role::VERSION = '0.09';
 }
 # ABSTRACT: Roles which support overloading
 
@@ -44,7 +44,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 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-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application.pm?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application.pm (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application.pm Wed Jan  5 13:06:51 2011
@@ -3,11 +3,11 @@
   $MooseX::Role::WithOverloading::Meta::Role::Application::AUTHORITY = 'cpan:FLORA';
 }
 BEGIN {
-  $MooseX::Role::WithOverloading::Meta::Role::Application::VERSION = '0.08';
+  $MooseX::Role::WithOverloading::Meta::Role::Application::VERSION = '0.09';
 }
 # ABSTRACT: Role application role for Roles which support overloading
 
-use Moose::Role;
+use Moose::Role 1.15;
 use overload ();
 use MooseX::Types::Moose qw/ArrayRef Str/;
 use namespace::autoclean;
@@ -42,7 +42,7 @@
     $other->add_package_symbol('$()' => $role->get_package_symbol('$()'))
         if $role->has_package_symbol('$()');
     # register with magic by touching
-    $other->get_package_symbol('%OVERLOAD')->{dummy}++;
+    $other->get_or_add_package_symbol('%OVERLOAD')->{dummy}++;
 
     for my $op (@{ $self->overload_ops }) {
         my $code_sym = '&(' . $op;
@@ -113,7 +113,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 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-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite.pm?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite.pm (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite.pm Wed Jan  5 13:06:51 2011
@@ -3,7 +3,7 @@
   $MooseX::Role::WithOverloading::Meta::Role::Application::Composite::AUTHORITY = 'cpan:FLORA';
 }
 BEGIN {
-  $MooseX::Role::WithOverloading::Meta::Role::Application::Composite::VERSION = '0.08';
+  $MooseX::Role::WithOverloading::Meta::Role::Application::Composite::VERSION = '0.09';
 }
 # ABSTRACT: Roles which support overloading
 
@@ -46,7 +46,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 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-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToClass.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToClass.pm?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToClass.pm (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToClass.pm Wed Jan  5 13:06:51 2011
@@ -3,7 +3,7 @@
   $MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::AUTHORITY = 'cpan:FLORA';
 }
 BEGIN {
-  $MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::VERSION = '0.08';
+  $MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToClass::VERSION = '0.09';
 }
 # ABSTRACT: Roles which support overloading
 
@@ -39,7 +39,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 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-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToInstance.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToInstance.pm?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToInstance.pm (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToInstance.pm Wed Jan  5 13:06:51 2011
@@ -3,7 +3,7 @@
   $MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::AUTHORITY = 'cpan:FLORA';
 }
 BEGIN {
-  $MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::VERSION = '0.08';
+  $MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToInstance::VERSION = '0.09';
 }
 # ABSTRACT: Roles which support overloading
 
@@ -42,7 +42,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 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-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToRole.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToRole.pm?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToRole.pm (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/Composite/ToRole.pm Wed Jan  5 13:06:51 2011
@@ -3,7 +3,7 @@
   $MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::AUTHORITY = 'cpan:FLORA';
 }
 BEGIN {
-  $MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::VERSION = '0.08';
+  $MooseX::Role::WithOverloading::Meta::Role::Application::Composite::ToRole::VERSION = '0.09';
 }
 # ABSTRACT: Roles which support overloading
 
@@ -42,7 +42,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 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-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/FixOverloadedRefs.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/FixOverloadedRefs.pm?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/FixOverloadedRefs.pm (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/FixOverloadedRefs.pm Wed Jan  5 13:06:51 2011
@@ -3,7 +3,7 @@
   $MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::AUTHORITY = 'cpan:FLORA';
 }
 BEGIN {
-  $MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::VERSION = '0.08';
+  $MooseX::Role::WithOverloading::Meta::Role::Application::FixOverloadedRefs::VERSION = '0.09';
 }
 # ABSTRACT: Fix up magic when applying roles to instances with magic on old perls
 
@@ -46,7 +46,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 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-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToClass.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToClass.pm?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToClass.pm (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToClass.pm Wed Jan  5 13:06:51 2011
@@ -3,7 +3,7 @@
   $MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::AUTHORITY = 'cpan:FLORA';
 }
 BEGIN {
-  $MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::VERSION = '0.08';
+  $MooseX::Role::WithOverloading::Meta::Role::Application::ToClass::VERSION = '0.09';
 }
 # ABSTRACT: Roles which support overloading
 
@@ -39,7 +39,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 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-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToInstance.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToInstance.pm?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToInstance.pm (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToInstance.pm Wed Jan  5 13:06:51 2011
@@ -3,7 +3,7 @@
   $MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::AUTHORITY = 'cpan:FLORA';
 }
 BEGIN {
-  $MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::VERSION = '0.08';
+  $MooseX::Role::WithOverloading::Meta::Role::Application::ToInstance::VERSION = '0.09';
 }
 # ABSTRACT: Roles which support overloading
 
@@ -42,7 +42,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 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-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToRole.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToRole.pm?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToRole.pm (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Application/ToRole.pm Wed Jan  5 13:06:51 2011
@@ -3,7 +3,7 @@
   $MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::AUTHORITY = 'cpan:FLORA';
 }
 BEGIN {
-  $MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::VERSION = '0.08';
+  $MooseX::Role::WithOverloading::Meta::Role::Application::ToRole::VERSION = '0.09';
 }
 # ABSTRACT: Roles which support overloading
 
@@ -56,7 +56,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 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-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Composite.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Composite.pm?rev=67046&op=diff
==============================================================================
--- branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Composite.pm (original)
+++ branches/upstream/libmoosex-role-withoverloading-perl/current/lib/MooseX/Role/WithOverloading/Meta/Role/Composite.pm Wed Jan  5 13:06:51 2011
@@ -3,7 +3,7 @@
   $MooseX::Role::WithOverloading::Meta::Role::Composite::AUTHORITY = 'cpan:FLORA';
 }
 BEGIN {
-  $MooseX::Role::WithOverloading::Meta::Role::Composite::VERSION = '0.08';
+  $MooseX::Role::WithOverloading::Meta::Role::Composite::VERSION = '0.09';
 }
 # ABSTRACT: Role for composite roles which support overloading
 
@@ -61,7 +61,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2010 by Florian Ragwitz.
+This software is copyright (c) 2011 by Florian Ragwitz.
 
 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