r73447 - in /branches/upstream/libmoosex-poe-perl/current: ./ lib/MooseX/ lib/MooseX/POE/ lib/MooseX/POE/Meta/ lib/MooseX/POE/Meta/Method/ lib/MooseX/POE/Meta/Trait/ t/

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Apr 24 18:57:18 UTC 2011


Author: gregoa
Date: Sun Apr 24 18:57:01 2011
New Revision: 73447

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73447
Log:
[svn-upgrade] new version libmoosex-poe-perl (0.213)

Removed:
    branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/Constructor.pm
Modified:
    branches/upstream/libmoosex-poe-perl/current/Changes
    branches/upstream/libmoosex-poe-perl/current/MANIFEST
    branches/upstream/libmoosex-poe-perl/current/META.json
    branches/upstream/libmoosex-poe-perl/current/META.yml
    branches/upstream/libmoosex-poe-perl/current/Makefile.PL
    branches/upstream/libmoosex-poe-perl/current/README
    branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE.pm
    branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Aliased.pm
    branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Method/State.pm
    branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Role.pm
    branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait.pm
    branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/Class.pm
    branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/Instance.pm
    branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/Object.pm
    branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/SweetArgs.pm
    branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Role.pm
    branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/SweetArgs.pm
    branches/upstream/libmoosex-poe-perl/current/t/10_immutability.t
    branches/upstream/libmoosex-poe-perl/current/t/14_bug_double_build.t

Modified: branches/upstream/libmoosex-poe-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/Changes?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/Changes (original)
+++ branches/upstream/libmoosex-poe-perl/current/Changes Sun Apr 24 18:57:01 2011
@@ -1,4 +1,10 @@
 Revision history for MooseX-POE
+
+0.213     2011-04-21 18:09:51 Europe/Berlin
+    - Fix for a regression introduced with the removal of MooseX::POE::Meta::Trait::Constructor (BinGOs)
+
+0.212     2011-04-02 20:53:13 Europe/Berlin
+    - Fix for double BUILD (doy)
 
 0.211     2010-12-05 22:17:17 America/New_York
     + Switched to Test::Fatal (perigrin)
@@ -6,86 +12,86 @@
 0.210     2010-11-04 21:48:59 Europe/Berlin
     + Switched to Dist::Zilla for the author (Getty)
 
-0.209 2010-09-26
+0.209     2010-09-26
     + Remove useless call to ->_meta_instance (autarch)
 
-0.208 2010-08-10
-    + Added new timer features
-    - Remove AutoInstall reference in Makefile.PL
+0.208     2010-08-10
+    + Added new timer features (Getty)
+    - Remove AutoInstall reference in Makefile.PL (Getty)
 
-0.206 2010-07-27
+0.206     2010-07-27
     - Avoid warnings with Moose 1.09 (Dave Rolsky)
     - fix CHILD and PARENT methods (xsawyerx)
     - various doc/example/test fixes (Avar, perigrin, Getty)
 
-0.205 2009-06-26
-	- Fix inheritance of events (BinGOs)
-		- Add tests (BinGOs)
-	- Make sure that SENDER in START methods is correct (BinGOs)	
+0.205     2009-06-26
+    - Fix inheritance of events (BinGOs)
+    - Add tests (BinGOs)
+    - Make sure that SENDER in START methods is correct (BinGOs)	
 
-0.204 2009-06-12
-     - remove auto_install at nothingmuch's request
+0.204     2009-06-12
+    - remove auto_install at nothingmuch's request (perigrin)
 
-0.203 2009-05-30
-	+ Add stubbed documentation for metaclasses (perigrin)
-	+ Clean up aliased test to set inline_constructor => 0 (perigrin)
-	+ Update Makefile.PL to include AutoManifest and Repository (perigrin)
-	+ Clean out Object Deferred since it's been broken and nobody noticed (perigrin)
+0.203     2009-05-30
+    + Add stubbed documentation for metaclasses (perigrin)
+    + Clean up aliased test to set inline_constructor => 0 (perigrin)
+    + Update Makefile.PL to include AutoManifest and Repository (perigrin)
+    + Clean out Object Deferred since it's been broken and nobody noticed (perigrin)
 
-0.202 2009-05-11
+0.202     2009-05-11
     + Change alias_method to add_method as that's not been deprecated (perigrin)
-    + Clean up the SYNOPSIS a bit, the name attribute was useless.
+    + Clean up the SYNOPSIS a bit, the name attribute was useless. 
     + Changes to keep constructor inlining working with latest Moose &
       Class::MOP. This module will still work with any Moose from 0.74
       on up.
 
-0.201 2009-04-02
+0.201     2009-04-02
     + Document the hell out of MooseX::Declare weirdness (perigrin)
     + Update the rest of the documentation including authors and whatnot (perigrin)
 
-0.200 2009-04-02
-  + Fairly substantial re-write of the internals (ash)
+0.200     2009-04-02
+    + Fairly substantial re-write of the internals (ash)
     + Made everything a Metaclass Role / Trait. This will break backwards
-    compatibility with the previous method of using MooseX::POE::SweetArgs. (ash)
+      compatibility with the previous method of using MooseX::POE::SweetArgs. (ash)
     + Now compatible with MooseX::Declare ... in theory ... with tests (ash)
-  + Add example from the POE Cookbook (LordVorp)
+    + Add example from the POE Cookbook (LordVorp)
 
-0.100 2009-01-11
-  + Change to Moose::Exporter
+0.100     2009-01-11
+    + Change to Moose::Exporter
 
-0.090 2008-11-08
-  + add MANIFEST.SKIP 
-  - Remove OSX Files
+0.090     2008-11-08
+    + add MANIFEST.SKIP 
+    - Remove OSX Files
 
-0.080 2008-11-07
-  +add MooseX::POE::SweetArgs metaclass (hdp)
-  +Sessions are no longer leaked because they are only referenced by ID (nothingmuch)
-  +Add MooseX::POE::Role (nothingmuch)
-  +Add MooseX::POE::Aliased role (nothingmuch)
+0.080     2008-11-07
+    + add MooseX::POE::SweetArgs metaclass (hdp)
+    + Sessions are no longer leaked because they are only referenced by ID (nothingmuch)
+    + Add MooseX::POE::Role (nothingmuch)
+    + Add MooseX::POE::Aliased role (nothingmuch)
 
-0.070 2008-02-03
-  +attributes can now be weak_ref=>1 (rjbs)
+0.070     2008-02-03
+    + attributes can now be weak_ref=>1 (rjbs)
 
-0.060 2008-01-25
-  +START now get all the POE arguments again like they used to. (ash)
+0.060     2008-01-25
+    + START now get all the POE arguments again like they used to. (ash)
 
-0.050 2008-01-22
-  +startup calls STARTALL, which calls all STARTS (like BUILDALL, etc.) (rjbs)
-  +fix to the fix for MooseX::Daemonize skipping (Dave Rolsky)
-  +fixing MooseX::Object::Deferred so that it brings in the right metaclass 
-	-- this feature is alpha and has 0 tests YMMV
+0.050     2008-01-22
+    + startup calls STARTALL, which calls all STARTS (like BUILDALL, etc.) (rjbs)
+    + fix to the fix for MooseX::Daemonize skipping (Dave Rolsky)
+    + fixing MooseX::Object::Deferred so that it brings in the right metaclass 
+      -- this feature is alpha and has 0 tests YMMV
 
-0.0.4 2008-01-17
-	(functionally the same as 0.03)
-	+Fix test to skip if MooseX::Daemonize not installed
+0.0.4     2008-01-17
+    (functionally the same as 0.03)
+    + Fix test to skip if MooseX::Daemonize not installed
 
-0.0.3 2008-01-15
-	+fix Synopsis code to close bug #31432 (sproingie)
+0.0.3     2008-01-15
+    + fix Synopsis code to close bug #31432 (sproingie)
 	
-0.0.2 2007-10-23
-	+fix POD
-	+fix tests
+0.0.2     2007-10-23
+    + fix POD
+    + fix tests
 
-0.0.1  Thu Oct 11 16:58:27 2007
-	+Initial release.
+0.0.1     2007-10-11 16:58:27 America/New_York
+    + Initial release.
 

Modified: branches/upstream/libmoosex-poe-perl/current/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/MANIFEST?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/MANIFEST (original)
+++ branches/upstream/libmoosex-poe-perl/current/MANIFEST Sun Apr 24 18:57:01 2011
@@ -25,7 +25,6 @@
 lib/MooseX/POE/Meta/Role.pm
 lib/MooseX/POE/Meta/Trait.pm
 lib/MooseX/POE/Meta/Trait/Class.pm
-lib/MooseX/POE/Meta/Trait/Constructor.pm
 lib/MooseX/POE/Meta/Trait/Instance.pm
 lib/MooseX/POE/Meta/Trait/Object.pm
 lib/MooseX/POE/Meta/Trait/SweetArgs.pm

Modified: branches/upstream/libmoosex-poe-perl/current/META.json
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/META.json?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/META.json (original)
+++ branches/upstream/libmoosex-poe-perl/current/META.json Sun Apr 24 18:57:01 2011
@@ -8,7 +8,7 @@
       "Torsten Raudssus <torsten at raudssus.de> L<http://www.raudssus.de/>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 4.102343, CPAN::Meta::Converter version 2.102400",
+   "generated_by" : "Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.110240",
    "license" : [
       "perl_5"
    ],
@@ -43,14 +43,14 @@
    },
    "release_status" : "stable",
    "resources" : {
-      "homepage" : "http://github.com/perigrin/moosex-poe",
+      "homepage" : "http://github.com/perigrin/moosex-poe/tree",
       "repository" : {
          "type" : "git",
-         "url" : "git://github.com/perigrin/moosex-poe",
+         "url" : "git://github.com/perigrin/moosex-poe.git",
          "web" : "http://github.com/perigrin/moosex-poe"
       }
    },
-   "version" : "0.211",
+   "version" : "0.213",
    "x_Dist_Zilla" : {
       "plugins" : [
          {
@@ -62,7 +62,7 @@
                }
             },
             "name" : "Prereqs",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::Prereqs",
@@ -73,107 +73,107 @@
                }
             },
             "name" : "TestRequires",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::GatherDir",
             "name" : "@Basic/GatherDir",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::PruneCruft",
             "name" : "@Basic/PruneCruft",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::ManifestSkip",
             "name" : "@Basic/ManifestSkip",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaYAML",
             "name" : "@Basic/MetaYAML",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::License",
             "name" : "@Basic/License",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::Readme",
             "name" : "@Basic/Readme",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExtraTests",
             "name" : "@Basic/ExtraTests",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::ExecDir",
             "name" : "@Basic/ExecDir",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::ShareDir",
             "name" : "@Basic/ShareDir",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::MakeMaker",
             "name" : "@Basic/MakeMaker",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::Manifest",
             "name" : "@Basic/Manifest",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::TestRelease",
             "name" : "@Basic/TestRelease",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::ConfirmRelease",
             "name" : "@Basic/ConfirmRelease",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::UploadToCPAN",
             "name" : "@Basic/UploadToCPAN",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::NextVersion",
             "name" : "Git::NextVersion",
-            "version" : "1.102810"
+            "version" : "1.110500"
          },
          {
             "class" : "Dist::Zilla::Plugin::PkgVersion",
             "name" : "PkgVersion",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaConfig",
             "name" : "MetaConfig",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaJSON",
             "name" : "MetaJSON",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::NextRelease",
             "name" : "NextRelease",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::PodSyntaxTests",
             "name" : "PodSyntaxTests",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::GithubMeta",
@@ -188,52 +188,52 @@
          {
             "class" : "Dist::Zilla::Plugin::Repository",
             "name" : "Repository",
-            "version" : "0.16"
+            "version" : "0.17"
          },
          {
             "class" : "Dist::Zilla::Plugin::MetaNoIndex",
             "name" : "MetaNoIndex",
-            "version" : "1.101550"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Check",
             "name" : "@Git/Check",
-            "version" : "1.102810"
+            "version" : "1.110500"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Commit",
             "name" : "@Git/Commit",
-            "version" : "1.102810"
+            "version" : "1.110500"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Tag",
             "name" : "@Git/Tag",
-            "version" : "1.102810"
+            "version" : "1.110500"
          },
          {
             "class" : "Dist::Zilla::Plugin::Git::Push",
             "name" : "@Git/Push",
-            "version" : "1.102810"
+            "version" : "1.110500"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":InstallModules",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":TestFiles",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ExecFiles",
-            "version" : "4.102343"
+            "version" : "4.200004"
          },
          {
             "class" : "Dist::Zilla::Plugin::FinderCode",
             "name" : ":ShareFiles",
-            "version" : "4.102343"
+            "version" : "4.200004"
          }
       ],
       "zilla" : {
@@ -241,7 +241,7 @@
          "config" : {
             "is_trial" : 0
          },
-         "version" : "4.102343"
+         "version" : "4.200004"
       }
    }
 }

Modified: branches/upstream/libmoosex-poe-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/META.yml?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/META.yml (original)
+++ branches/upstream/libmoosex-poe-perl/current/META.yml Sun Apr 24 18:57:01 2011
@@ -12,7 +12,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.31
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 4.102343, CPAN::Meta::Converter version 2.102400'
+generated_by: 'Dist::Zilla version 4.200004, CPAN::Meta::Converter version 2.110240'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,9 +25,9 @@
   Moose: 0.90
   POE: 1.004
 resources:
-  homepage: http://github.com/perigrin/moosex-poe
-  repository: git://github.com/perigrin/moosex-poe
-version: 0.211
+  homepage: http://github.com/perigrin/moosex-poe/tree
+  repository: git://github.com/perigrin/moosex-poe.git
+version: 0.213
 x_Dist_Zilla:
   plugins:
     -
@@ -37,7 +37,7 @@
           phase: runtime
           type: requires
       name: Prereqs
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::Prereqs
       config:
@@ -45,87 +45,87 @@
           phase: test
           type: requires
       name: TestRequires
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::GatherDir
       name: '@Basic/GatherDir'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::PruneCruft
       name: '@Basic/PruneCruft'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::ManifestSkip
       name: '@Basic/ManifestSkip'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::MetaYAML
       name: '@Basic/MetaYAML'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::License
       name: '@Basic/License'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::Readme
       name: '@Basic/Readme'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::ExtraTests
       name: '@Basic/ExtraTests'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::ExecDir
       name: '@Basic/ExecDir'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::ShareDir
       name: '@Basic/ShareDir'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::MakeMaker
       name: '@Basic/MakeMaker'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::Manifest
       name: '@Basic/Manifest'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::TestRelease
       name: '@Basic/TestRelease'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::ConfirmRelease
       name: '@Basic/ConfirmRelease'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::UploadToCPAN
       name: '@Basic/UploadToCPAN'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::Git::NextVersion
       name: Git::NextVersion
-      version: 1.102810
+      version: 1.110500
     -
       class: Dist::Zilla::Plugin::PkgVersion
       name: PkgVersion
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::MetaConfig
       name: MetaConfig
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::MetaJSON
       name: MetaJSON
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::NextRelease
       name: NextRelease
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::PodSyntaxTests
       name: PodSyntaxTests
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::GithubMeta
       name: GithubMeta
@@ -137,45 +137,45 @@
     -
       class: Dist::Zilla::Plugin::Repository
       name: Repository
-      version: 0.16
+      version: 0.17
     -
       class: Dist::Zilla::Plugin::MetaNoIndex
       name: MetaNoIndex
-      version: 1.101550
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::Git::Check
       name: '@Git/Check'
-      version: 1.102810
+      version: 1.110500
     -
       class: Dist::Zilla::Plugin::Git::Commit
       name: '@Git/Commit'
-      version: 1.102810
+      version: 1.110500
     -
       class: Dist::Zilla::Plugin::Git::Tag
       name: '@Git/Tag'
-      version: 1.102810
+      version: 1.110500
     -
       class: Dist::Zilla::Plugin::Git::Push
       name: '@Git/Push'
-      version: 1.102810
+      version: 1.110500
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':InstallModules'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':TestFiles'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ExecFiles'
-      version: 4.102343
+      version: 4.200004
     -
       class: Dist::Zilla::Plugin::FinderCode
       name: ':ShareFiles'
-      version: 4.102343
+      version: 4.200004
   zilla:
     class: Dist::Zilla::Dist::Builder
     config:
       is_trial: 0
-    version: 4.102343
+    version: 4.200004

Modified: branches/upstream/libmoosex-poe-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/Makefile.PL?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/Makefile.PL (original)
+++ branches/upstream/libmoosex-poe-perl/current/Makefile.PL Sun Apr 24 18:57:01 2011
@@ -26,7 +26,7 @@
     'Moose' => '0.90',
     'POE' => '1.004'
   },
-  'VERSION' => '0.211',
+  'VERSION' => '0.213',
   'test' => {
     'TESTS' => 't/*.t'
   }

Modified: branches/upstream/libmoosex-poe-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/README?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/README (original)
+++ branches/upstream/libmoosex-poe-perl/current/README Sun Apr 24 18:57:01 2011
@@ -1,7 +1,7 @@
 
 
 This archive contains the distribution MooseX-POE,
-version 0.211:
+version 0.213:
 
   The Illicit Love Child of Moose and POE
 

Modified: branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE.pm?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE.pm (original)
+++ branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE.pm Sun Apr 24 18:57:01 2011
@@ -1,6 +1,6 @@
 package MooseX::POE;
 BEGIN {
-  $MooseX::POE::VERSION = '0.211';
+  $MooseX::POE::VERSION = '0.213';
 }
 # ABSTRACT: The Illicit Love Child of Moose and POE
 
@@ -13,7 +13,6 @@
     install         => [qw(import unimport)],
     class_metaroles => {
         class       => ['MooseX::POE::Meta::Trait::Class'],
-        constructor => ['MooseX::POE::Meta::Trait::Constructor'],
         instance    => ['MooseX::POE::Meta::Trait::Instance'],
     },
     base_class_roles => ['MooseX::POE::Meta::Trait::Object'],
@@ -47,7 +46,7 @@
 
 =head1 VERSION
 
-version 0.211
+version 0.213
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Aliased.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Aliased.pm?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Aliased.pm (original)
+++ branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Aliased.pm Sun Apr 24 18:57:01 2011
@@ -1,6 +1,6 @@
 package MooseX::POE::Aliased;
 BEGIN {
-  $MooseX::POE::Aliased::VERSION = '0.211';
+  $MooseX::POE::Aliased::VERSION = '0.213';
 }
 # ABSTRACT: A sane alias attribute for your MooseX::POE objects.
 use MooseX::POE::Role;
@@ -55,7 +55,7 @@
 
 =head1 VERSION
 
-version 0.211
+version 0.213
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Method/State.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Method/State.pm?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Method/State.pm (original)
+++ branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Method/State.pm Sun Apr 24 18:57:01 2011
@@ -1,6 +1,6 @@
 package MooseX::POE::Meta::Method::State;
 BEGIN {
-  $MooseX::POE::Meta::Method::State::VERSION = '0.211';
+  $MooseX::POE::Meta::Method::State::VERSION = '0.213';
 }
 # ABSTRACT: Dont look into this, its boring
 use strict;
@@ -19,7 +19,7 @@
 
 =head1 VERSION
 
-version 0.211
+version 0.213
 
 =head1 AUTHORS
 

Modified: branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Role.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Role.pm?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Role.pm (original)
+++ branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Role.pm Sun Apr 24 18:57:01 2011
@@ -1,6 +1,6 @@
 package MooseX::POE::Meta::Role;
 BEGIN {
-  $MooseX::POE::Meta::Role::VERSION = '0.211';
+  $MooseX::POE::Meta::Role::VERSION = '0.213';
 }
 # ABSTRACT: Pay no attention to this.
 use Moose::Role;
@@ -34,7 +34,7 @@
 
 =head1 VERSION
 
-version 0.211
+version 0.213
 
 =head1 AUTHORS
 

Modified: branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait.pm?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait.pm (original)
+++ branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait.pm Sun Apr 24 18:57:01 2011
@@ -1,6 +1,6 @@
 package MooseX::POE::Meta::Trait;
 BEGIN {
-  $MooseX::POE::Meta::Trait::VERSION = '0.211';
+  $MooseX::POE::Meta::Trait::VERSION = '0.213';
 }
 # ABSTRACT: There be dragons here.
 use Moose::Role;
@@ -57,7 +57,7 @@
 
 =head1 VERSION
 
-version 0.211
+version 0.213
 
 =head1 AUTHORS
 

Modified: branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/Class.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/Class.pm?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/Class.pm (original)
+++ branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/Class.pm Sun Apr 24 18:57:01 2011
@@ -1,6 +1,6 @@
 package MooseX::POE::Meta::Trait::Class;
 BEGIN {
-  $MooseX::POE::Meta::Trait::Class::VERSION = '0.211';
+  $MooseX::POE::Meta::Trait::Class::VERSION = '0.213';
 }
 # ABSTRACT: No achmed inside
 use Moose::Role;
@@ -64,7 +64,7 @@
 
 =head1 VERSION
 
-version 0.211
+version 0.213
 
 =head1 METHODS
 

Modified: branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/Instance.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/Instance.pm?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/Instance.pm (original)
+++ branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/Instance.pm Sun Apr 24 18:57:01 2011
@@ -1,6 +1,6 @@
 package MooseX::POE::Meta::Trait::Instance;
 BEGIN {
-  $MooseX::POE::Meta::Trait::Instance::VERSION = '0.211';
+  $MooseX::POE::Meta::Trait::Instance::VERSION = '0.213';
 }
 # ABSTRACT: A Instance Metaclass for MooseX::POE
 
@@ -52,7 +52,7 @@
 
 =head1 VERSION
 
-version 0.211
+version 0.213
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/Object.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/Object.pm?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/Object.pm (original)
+++ branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/Object.pm Sun Apr 24 18:57:01 2011
@@ -1,20 +1,18 @@
 package MooseX::POE::Meta::Trait::Object;
 BEGIN {
-  $MooseX::POE::Meta::Trait::Object::VERSION = '0.211';
+  $MooseX::POE::Meta::Trait::Object::VERSION = '0.213';
 }
 # ABSTRACT: The base class role for MooseX::POE
 
 use Moose::Role;
 use POE::Session;
 
-sub new {
-    my $class  = shift;
-    my $params = $class->BUILDARGS(@_);
-    my $self   = $class->meta->new_object($params);
+sub BUILD {
+    my $self = shift;
 
     my $session = POE::Session->create(
         inline_states =>
-            { _start => sub { POE::Kernel->yield('STARTALL') }, },
+            { _start => sub { POE::Kernel->yield('STARTALL', \$_[5] ) }, },
         object_states => [
             $self => {
                 $self->meta->get_all_events,
@@ -29,9 +27,6 @@
         heap => ( $self->{heap} ||= {} ),
     );
     $self->{session_id} = $session->ID;
-
-    $self->BUILDALL($params);
-    return $self;
 }
 
 sub get_session_id {
@@ -110,7 +105,7 @@
 
 =head1 VERSION
 
-version 0.211
+version 0.213
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/SweetArgs.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/SweetArgs.pm?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/SweetArgs.pm (original)
+++ branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Meta/Trait/SweetArgs.pm Sun Apr 24 18:57:01 2011
@@ -1,6 +1,6 @@
 package MooseX::POE::Meta::Trait::SweetArgs;
 BEGIN {
-  $MooseX::POE::Meta::Trait::SweetArgs::VERSION = '0.211';
+  $MooseX::POE::Meta::Trait::SweetArgs::VERSION = '0.213';
 }
 # ABSTRACT: Yes, its a trap... i mean trait
 
@@ -27,7 +27,7 @@
 
 =head1 VERSION
 
-version 0.211
+version 0.213
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Role.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Role.pm?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Role.pm (original)
+++ branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/Role.pm Sun Apr 24 18:57:01 2011
@@ -1,6 +1,6 @@
 package MooseX::POE::Role;
 BEGIN {
-  $MooseX::POE::Role::VERSION = '0.211';
+  $MooseX::POE::Role::VERSION = '0.213';
 }
 # ABSTRACT: Eventful roles
 use MooseX::POE::Meta::Role;
@@ -45,7 +45,7 @@
 
 =head1 VERSION
 
-version 0.211
+version 0.213
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/SweetArgs.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/SweetArgs.pm?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/SweetArgs.pm (original)
+++ branches/upstream/libmoosex-poe-perl/current/lib/MooseX/POE/SweetArgs.pm Sun Apr 24 18:57:01 2011
@@ -1,6 +1,6 @@
 package MooseX::POE::SweetArgs;
 BEGIN {
-  $MooseX::POE::SweetArgs::VERSION = '0.211';
+  $MooseX::POE::SweetArgs::VERSION = '0.213';
 }
 # ABSTRACT: sugar around MooseX::POE event arguments
 
@@ -37,7 +37,7 @@
 
 =head1 VERSION
 
-version 0.211
+version 0.213
 
 =head1 SYNOPSIS
 

Modified: branches/upstream/libmoosex-poe-perl/current/t/10_immutability.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/t/10_immutability.t?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/t/10_immutability.t (original)
+++ branches/upstream/libmoosex-poe-perl/current/t/10_immutability.t Sun Apr 24 18:57:01 2011
@@ -1,4 +1,3 @@
-use Test::More skip_all => 'Moose upstream needs to sort out immutability';
 use Test::More tests => 2;
 
 {

Modified: branches/upstream/libmoosex-poe-perl/current/t/14_bug_double_build.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmoosex-poe-perl/current/t/14_bug_double_build.t?rev=73447&op=diff
==============================================================================
--- branches/upstream/libmoosex-poe-perl/current/t/14_bug_double_build.t (original)
+++ branches/upstream/libmoosex-poe-perl/current/t/14_bug_double_build.t Sun Apr 24 18:57:01 2011
@@ -21,19 +21,13 @@
 
 Test::MooseX::POE::DoubleBuild->new;
 
-TODO: {
-    local $TODO = 'fix this';
-    is($cnt, 1, 'BUILD called once');
-}
+is($cnt, 1, 'BUILD called once');
 
 is($cnt_start, 0, 'START not called');
 
 POE::Kernel->run;
 
-TODO: {
-    local $TODO = 'will be fixed with the other';
-    is($cnt, 1, 'BUILD still called once');	
-}
+is($cnt, 1, 'BUILD still called once');
 
 is($cnt_start, 1, 'START called once');
 




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