r67050 - 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/

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


Author: ansgar
Date: Wed Jan  5 13:11:12 2011
New Revision: 67050

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67050
Log:
* New upstream release.
* debian/copyright: Update for new upstream release; refer to "Debian
  systems" instead of "Debian GNU/Linux systems".
* Bump (build-)dep on libmoose-perl to >= 1.15 (for Moose::Role 1.15).

Modified:
    trunk/libmoosex-role-withoverloading-perl/Changes
    trunk/libmoosex-role-withoverloading-perl/LICENSE
    trunk/libmoosex-role-withoverloading-perl/META.json
    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/debian/control
    trunk/libmoosex-role-withoverloading-perl/debian/copyright
    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

Modified: trunk/libmoosex-role-withoverloading-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/Changes?rev=67050&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/Changes (original)
+++ trunk/libmoosex-role-withoverloading-perl/Changes Wed Jan  5 13:11:12 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: trunk/libmoosex-role-withoverloading-perl/LICENSE
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/LICENSE?rev=67050&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/LICENSE (original)
+++ trunk/libmoosex-role-withoverloading-perl/LICENSE Wed Jan  5 13:11:12 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: trunk/libmoosex-role-withoverloading-perl/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/META.json?rev=67050&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/META.json (original)
+++ trunk/libmoosex-role-withoverloading-perl/META.json Wed Jan  5 13:11:12 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: trunk/libmoosex-role-withoverloading-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/META.yml?rev=67050&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/META.yml (original)
+++ trunk/libmoosex-role-withoverloading-perl/META.yml Wed Jan  5 13:11:12 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: trunk/libmoosex-role-withoverloading-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/Makefile.PL?rev=67050&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/Makefile.PL (original)
+++ trunk/libmoosex-role-withoverloading-perl/Makefile.PL Wed Jan  5 13:11:12 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: trunk/libmoosex-role-withoverloading-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/README?rev=67050&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/README (original)
+++ trunk/libmoosex-role-withoverloading-perl/README Wed Jan  5 13:11:12 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: trunk/libmoosex-role-withoverloading-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/debian/changelog?rev=67050&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/debian/changelog (original)
+++ trunk/libmoosex-role-withoverloading-perl/debian/changelog Wed Jan  5 13:11:12 2011
@@ -1,8 +1,12 @@
-libmoosex-role-withoverloading-perl (0.08-2) UNRELEASED; urgency=low
+libmoosex-role-withoverloading-perl (0.09-1) unstable; urgency=low
 
+  * New upstream release.
+  * debian/copyright: Update for new upstream release; refer to "Debian
+    systems" instead of "Debian GNU/Linux systems".
+  * Bump (build-)dep on libmoose-perl to >= 1.15 (for Moose::Role 1.15).
   * Update my email address.
 
- -- Ansgar Burchardt <ansgar at debian.org>  Mon, 01 Nov 2010 11:17:04 +0100
+ -- Ansgar Burchardt <ansgar at debian.org>  Wed, 05 Jan 2011 14:11:00 +0100
 
 libmoosex-role-withoverloading-perl (0.08-1) unstable; urgency=low
 

Modified: trunk/libmoosex-role-withoverloading-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/debian/control?rev=67050&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/debian/control (original)
+++ trunk/libmoosex-role-withoverloading-perl/debian/control Wed Jan  5 13:11:12 2011
@@ -3,7 +3,7 @@
 Priority: optional
 Build-Depends: perl, debhelper (>= 7.0.50~),
  libnamespace-clean-perl, libnamespace-autoclean-perl (>= 0.09),
- libmoosex-types-perl, libaliased-perl, libmoose-perl (>= 0.94)
+ libmoosex-types-perl, libaliased-perl, libmoose-perl (>= 1.15)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>, Ansgar Burchardt <ansgar at debian.org>
 Standards-Version: 3.9.1
@@ -14,7 +14,7 @@
 Package: libmoosex-role-withoverloading-perl
 Architecture: any
 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
- libnamespace-clean-perl, libmoose-perl (>= 0.94),
+ libnamespace-clean-perl, libmoose-perl (>= 1.15),
  libnamespace-autoclean-perl (>= 0.09), libmoosex-types-perl, libaliased-perl
 Description: Moose extension for roles that support overloading
  MooseX::Role::WithOverloading allows you to write a Moose::Role which defines

Modified: trunk/libmoosex-role-withoverloading-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/debian/copyright?rev=67050&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/debian/copyright (original)
+++ trunk/libmoosex-role-withoverloading-perl/debian/copyright Wed Jan  5 13:11:12 2011
@@ -4,7 +4,7 @@
 Name: MooseX-Role-WithOverloading
 
 Files: *
-Copyright: 2010, Florian Ragwitz <rafl at debian.org>
+Copyright: 2011, Florian Ragwitz <rafl at debian.org>
 License: Artistic or GPL-1+
 
 Files: debian/*
@@ -16,8 +16,8 @@
  This program is free software; you can redistribute it and/or modify
  it under the terms of the Artistic License, which comes with Perl.
  .
- On Debian GNU/Linux systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'.
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify
@@ -25,5 +25,5 @@
  the Free Software Foundation; either version 1, or (at your option)
  any later version.
  .
- On Debian GNU/Linux systems, the complete text of version 1 of the
- General Public License can be found in `/usr/share/common-licenses/GPL-1'.
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libmoosex-role-withoverloading-perl/dist.ini
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-role-withoverloading-perl/dist.ini?rev=67050&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/dist.ini (original)
+++ trunk/libmoosex-role-withoverloading-perl/dist.ini Wed Jan  5 13:11:12 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: 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=67050&op=diff
==============================================================================
--- trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading.pm (original)
+++ trunk/libmoosex-role-withoverloading-perl/lib/MooseX/Role/WithOverloading.pm Wed Jan  5 13:11:12 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: 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=67050&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 Wed Jan  5 13:11:12 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: 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=67050&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 Wed Jan  5 13:11:12 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: 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=67050&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 Wed Jan  5 13:11:12 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: 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=67050&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 Wed Jan  5 13:11:12 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: 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=67050&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 Wed Jan  5 13:11:12 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: 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=67050&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 Wed Jan  5 13:11:12 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: 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=67050&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 Wed Jan  5 13:11:12 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: 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=67050&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 Wed Jan  5 13:11:12 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: 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=67050&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 Wed Jan  5 13:11:12 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: 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=67050&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 Wed Jan  5 13:11:12 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: 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=67050&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 Wed Jan  5 13:11:12 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