14 years agoQuote the "also" in the error message for clarity
Shawn M Moore [Sat, 12 Sep 2009 06:01:47 +0000]
Quote the "also" in the error message for clarity

14 years agorethrows is computerese
Shawn M Moore [Sat, 12 Sep 2009 04:53:44 +0000]
rethrows is computerese

14 years agoRequire Try::Tiny
Dave Rolsky [Fri, 11 Sep 2009 18:44:28 +0000]
Require Try::Tiny

14 years agoReorder deps alphabetically
Dave Rolsky [Fri, 11 Sep 2009 18:44:12 +0000]
Reorder deps alphabetically

14 years agoLots of fixes to object destruction.
Dave Rolsky [Fri, 11 Sep 2009 18:41:54 +0000]
Lots of fixes to object destruction.

$@ is now always localized, but errors in DEMOLISH are always rethrown.

$? is always localized in DESTROY

There are tests for the in_global_destruction flag for immutabilized classes,
this was not being passed previously.

Added more docs on object destruction, mostly on error handling.

14 years agoSmall refactoring to simplify generating code a bit
Dave Rolsky [Fri, 11 Sep 2009 17:28:11 +0000]
Small refactoring to simplify generating code a bit

14 years agomake sure status variable localization happens for immutable classes too
Dave Rolsky [Fri, 11 Sep 2009 16:28:07 +0000]
make sure status variable localization happens for immutable classes too

14 years agoLocalize all status vars in DEMOLISH
Dave Rolsky [Fri, 11 Sep 2009 16:26:13 +0000]
Localize all status vars in DEMOLISH

14 years agoSome test style cleanup
Dave Rolsky [Fri, 11 Sep 2009 16:16:41 +0000]
Some test style cleanup

14 years agoAdd some tests for attr names with non-alphanumeric characters in them
Dave Rolsky [Fri, 11 Sep 2009 15:49:17 +0000]
Add some tests for attr names with non-alphanumeric characters in them

14 years agoDo not auto-delegate for any Native Traits
Dave Rolsky [Fri, 11 Sep 2009 15:17:35 +0000]
Do not auto-delegate for any Native Traits

14 years agoAdd a section on applying roles to an object (accidentally added this in a branch...
Dave Rolsky [Fri, 11 Sep 2009 15:09:24 +0000]
Add a section on applying roles to an object (accidentally added this in a branch where it doesn't belong)

14 years agoAdd a conflict on MX::Singleton 0.19
Dave Rolsky [Fri, 11 Sep 2009 14:30:15 +0000]
Add a conflict on MX::Singleton 0.19

14 years ago_expected_constructor_class is no longer used
Dave Rolsky [Fri, 11 Sep 2009 13:55:38 +0000]
_expected_constructor_class is no longer used

14 years agoPod fixes and move mention of Native Code to Next version
Dave Rolsky [Fri, 11 Sep 2009 13:09:26 +0000]
Pod fixes and move mention of Native Code to Next version

14 years agoAdd MethodProvider::Code to pod-coverage ignore list
Dave Rolsky [Fri, 11 Sep 2009 13:08:34 +0000]
Add MethodProvider::Code to pod-coverage ignore list

14 years agobump all versions to 0.89_02
Dave Rolsky [Fri, 11 Sep 2009 13:08:02 +0000]
bump all versions to 0.89_02

14 years agoa bit more docs for code helpers
Jesse Luehrs [Fri, 11 Sep 2009 03:48:39 +0000]
a bit more docs for code helpers

14 years agoadd some docs for the code method provider
Jesse Luehrs [Fri, 11 Sep 2009 02:58:02 +0000]
add some docs for the code method provider

14 years agorename to new name scheme for native traits
Dave Rolsky [Thu, 3 Sep 2009 01:39:58 +0000]
rename to new name scheme for native traits

14 years agoAdd delta docs for Native Code trait
Dave Rolsky [Wed, 2 Sep 2009 19:31:32 +0000]
Add delta docs for Native Code trait

14 years agoWIP: Add a Code attribute helper.
Florian Ragwitz [Thu, 30 Jul 2009 06:09:19 +0000]
WIP: Add a Code attribute helper.

14 years agoclean up some of the native trait docs
Jesse Luehrs [Fri, 11 Sep 2009 03:44:08 +0000]
clean up some of the native trait docs

14 years agobump version to 0.89_02 and set release date 0.89_02
Dave Rolsky [Fri, 11 Sep 2009 02:33:07 +0000]
bump version to 0.89_02 and set release date

14 years agorequire CMOP 0.92_01
Dave Rolsky [Fri, 11 Sep 2009 02:32:40 +0000]
require CMOP 0.92_01

14 years agoWe need to exclude the methods we alias in Restartable::ButUnreliable
Dave Rolsky [Fri, 11 Sep 2009 02:32:21 +0000]
We need to exclude the methods we alias in Restartable::ButUnreliable

14 years agoDocument role-role alias bug fix
Dave Rolsky [Fri, 11 Sep 2009 01:39:57 +0000]
Document role-role alias bug fix

14 years agoFix to-role role application with aliases.
Dave Rolsky [Fri, 11 Sep 2009 01:37:26 +0000]
Fix to-role role application with aliases.

Aliased methods should be added with both their original and new name.

Added some more tests for aliases/excludes with role-to-role application.

14 years agoFix test description
Dave Rolsky [Fri, 11 Sep 2009 01:32:36 +0000]
Fix test description

14 years agoAdd a test for aliasing a method in a class without excluding in to-class role applic...
Dave Rolsky [Fri, 11 Sep 2009 01:30:28 +0000]
Add a test for aliasing a method in a class without excluding in to-class role application.

We end up with both the aliased method name and the original (which is expected).

14 years agothis actually happened in 0.89_01
Jesse Luehrs [Thu, 10 Sep 2009 22:36:11 +0000]
this actually happened in 0.89_01

14 years agoget_mutable_metaclass_name is now private
Dave Rolsky [Thu, 10 Sep 2009 17:40:23 +0000]
get_mutable_metaclass_name is now private

14 years agoadd some more words to our spelling list
Dave Rolsky [Thu, 10 Sep 2009 04:55:50 +0000]
add some more words to our spelling list

14 years agoadd an option to disable the mutable ancestor warning
Jesse Luehrs [Wed, 9 Sep 2009 23:34:40 +0000]
add an option to disable the mutable ancestor warning

14 years agominor doc tweaks
Gerda Shank [Wed, 9 Sep 2009 00:29:57 +0000]
minor doc tweaks

14 years agochange doc references to AttributeHelpers
Gerda Shank [Tue, 8 Sep 2009 23:22:09 +0000]
change doc references to AttributeHelpers

14 years agodocumentation for applying roles, specifically to instances
Gerda Shank [Tue, 8 Sep 2009 23:03:22 +0000]
documentation for applying roles, specifically to instances

14 years agowhoops
Stevan Little [Wed, 9 Sep 2009 21:45:45 +0000]
whoops

14 years agoDocument and test that deleting multiple keys from the hash with the delete trait...
2shortplanks [Wed, 9 Sep 2009 09:05:40 +0000]
Document and test that deleting multiple keys from the hash with the delete trait is okay

14 years agothen -> than
Jesse Luehrs [Wed, 9 Sep 2009 00:25:12 +0000]
then -> than

14 years agoadd myself to CABAL
Hans Dieter Pearcey [Tue, 8 Sep 2009 14:23:58 +0000]
add myself to CABAL

14 years agoadd myself to CABAL
Jesse Luehrs [Tue, 8 Sep 2009 14:22:39 +0000]
add myself to CABAL

14 years agoi'm a contributor too!
Jesse Luehrs [Tue, 8 Sep 2009 02:35:34 +0000]
i'm a contributor too!

14 years agoWhen warning on mutable parents in make_immutable, ignore anon classes.
Dave Rolsky [Mon, 7 Sep 2009 19:41:13 +0000]
When warning on mutable parents in make_immutable, ignore anon classes.

An anon parent class almost certainly comes from appyling base class roles
with Moose::Util::MetaRole, and the fact that said parent is still mutable is
not an error.

Of course, we could be wrong sometimes, but we're better off missing a warning
than spitting out a ton of useless ones.

14 years agoMore code tidying
Dave Rolsky [Mon, 7 Sep 2009 19:27:22 +0000]
More code tidying

14 years agoRemove some useless comments
Dave Rolsky [Mon, 7 Sep 2009 19:17:38 +0000]
Remove some useless comments

14 years agoSpelling fixes
Dave Rolsky [Mon, 7 Sep 2009 17:22:20 +0000]
Spelling fixes

14 years agoTweak formatting of pod so everything's an =item for next release
Dave Rolsky [Mon, 7 Sep 2009 17:21:38 +0000]
Tweak formatting of pod so everything's an =item for next release

14 years agoAdd some vertical whitespace
Dave Rolsky [Mon, 7 Sep 2009 17:19:49 +0000]
Add some vertical whitespace

14 years agoTidy new code
Dave Rolsky [Mon, 7 Sep 2009 17:19:22 +0000]
Tidy new code

14 years agoadd a warning for immutablizing a class with mutable ancestors
Jesse Luehrs [Thu, 20 Aug 2009 01:00:46 +0000]
add a warning for immutablizing a class with mutable ancestors

14 years agoDocument warning on nonexistent export sub
Dave Rolsky [Mon, 7 Sep 2009 17:08:20 +0000]
Document warning on nonexistent export sub

14 years agoMove checking for sub existence and warning to a method of its own
Dave Rolsky [Mon, 7 Sep 2009 17:07:04 +0000]
Move checking for sub existence and warning to a method of its own

14 years agoA little test cleanup post-merge
Dave Rolsky [Mon, 7 Sep 2009 17:03:27 +0000]
A little test cleanup post-merge

14 years agoMerge branch 'master' into topic/strict_export_list
Dave Rolsky [Mon, 7 Sep 2009 17:01:57 +0000]
Merge branch 'master' into topic/strict_export_list

Conflicts:
t/010_basics/022_moose_exporter_groups.t

14 years agoDeleted the Moose::Exporter groups feature, so this test must go
Dave Rolsky [Mon, 7 Sep 2009 16:59:45 +0000]
Deleted the Moose::Exporter groups feature, so this test must go

14 years agoMerge branch 'master' into topic/strict_export_list
Dave Rolsky [Mon, 7 Sep 2009 16:58:50 +0000]
Merge branch 'master' into topic/strict_export_list

Conflicts:
t/050_metaclasses/012_moose_exporter.t

14 years agoDocument more changes and deprecations for 0.89_02
Dave Rolsky [Mon, 7 Sep 2009 16:57:46 +0000]
Document more changes and deprecations for 0.89_02

14 years agoMake sure with_caller handles prototypes correctly as well
Dave Rolsky [Mon, 7 Sep 2009 16:54:36 +0000]
Make sure with_caller handles prototypes correctly as well

14 years agoRemoved undocumented groups feature Moose::Exporter and updated tests accordingly.
Dave Rolsky [Mon, 7 Sep 2009 16:52:50 +0000]
Removed undocumented groups feature Moose::Exporter and updated tests accordingly.

The feature was good in spirit, but the implementation was very odd, and
basically undocumentable because of its complexity.

I moved some tests from the groups tests to
t/050_metaclasses/012_moose_exporter.t, since there were also useful tests for
prototype handling and with_meta mixed in with the groups tests.

14 years agoUse with_meta in Moose, Moose::Role, and docs (rather than with_caller)
Dave Rolsky [Mon, 7 Sep 2009 16:38:09 +0000]
Use with_meta in Moose, Moose::Role, and docs (rather than with_caller)

14 years agoUse with_meta in favor of with_caller, which is deprecated
Dave Rolsky [Mon, 7 Sep 2009 16:30:25 +0000]
Use with_meta in favor of with_caller, which is deprecated

14 years agoTest with_meta prototype handling separately from other bits of testing
Dave Rolsky [Mon, 7 Sep 2009 16:30:03 +0000]
Test with_meta prototype handling separately from other bits of testing

14 years agoTidy test code
Dave Rolsky [Mon, 7 Sep 2009 16:16:27 +0000]
Tidy test code

14 years agoTidy code
Dave Rolsky [Mon, 7 Sep 2009 16:09:51 +0000]
Tidy code

14 years agoMerge branch 'master' into topic/strict_export_list
Dave Rolsky [Mon, 7 Sep 2009 16:06:18 +0000]
Merge branch 'master' into topic/strict_export_list

14 years agoAdd changes for Moose::Exporter init_meta generation
Dave Rolsky [Mon, 7 Sep 2009 16:05:50 +0000]
Add changes for Moose::Exporter init_meta generation

14 years agoSmall doc tweaks
Dave Rolsky [Mon, 7 Sep 2009 16:02:15 +0000]
Small doc tweaks

14 years agoRun new code through perltidy
Dave Rolsky [Mon, 7 Sep 2009 15:58:06 +0000]
Run new code through perltidy

14 years agoRevise docs for new init_meta generation
Dave Rolsky [Mon, 7 Sep 2009 15:56:38 +0000]
Revise docs for new init_meta generation

14 years agoRun new code through perltidy
Dave Rolsky [Mon, 7 Sep 2009 15:46:19 +0000]
Run new code through perltidy

14 years agoMerge branch 'master' into topic/exporter_init_meta
Dave Rolsky [Mon, 7 Sep 2009 15:42:47 +0000]
Merge branch 'master' into topic/exporter_init_meta

14 years agowarn (and skip) when trying to export a nonexistent sub
Jesse Luehrs [Tue, 18 Aug 2009 23:48:43 +0000]
warn (and skip) when trying to export a nonexistent sub

14 years agoallow init_meta generation with Moose::Exporter
Jesse Luehrs [Sat, 5 Sep 2009 07:36:02 +0000]
allow init_meta generation with Moose::Exporter

14 years agominor native trait doc tweaks
Gerda Shank [Sun, 6 Sep 2009 14:33:05 +0000]
minor native trait doc tweaks

14 years agoChange documention for get and get to reflect actual behavior.
2shortplanks [Mon, 7 Sep 2009 10:08:09 +0000]
Change documention for get and get to reflect actual behavior.

Add test to ensure scalar usage of ->get remains the same now it's
documented.

14 years agoShow working example code in the MooseX::Types example.
Florian Ragwitz [Sun, 6 Sep 2009 01:21:29 +0000]
Show working example code in the MooseX::Types example.

14 years agofix links to native traits in methodproviders
Gerda Shank [Sun, 6 Sep 2009 01:14:56 +0000]
fix links to native traits in methodproviders

14 years agorename Hash->empty => is_empty
Hans Dieter Pearcey [Sun, 6 Sep 2009 22:57:18 +0000]
rename Hash->empty => is_empty

14 years agoPod formatting fix for Util::TCs.
Florian Ragwitz [Sat, 5 Sep 2009 06:08:46 +0000]
Pod formatting fix for Util::TCs.

14 years agofix curries syntax in synopsis (thanks greenbes)
Jesse Luehrs [Sat, 5 Sep 2009 04:32:07 +0000]
fix curries syntax in synopsis (thanks greenbes)

14 years agofix typo (per qp_pq)
arcanez [Fri, 4 Sep 2009 22:53:16 +0000]
fix typo (per qp_pq)

14 years agoReword description of is_empty
Dave Rolsky [Fri, 4 Sep 2009 22:08:45 +0000]
Reword description of is_empty

14 years agoupdate moose_bench.pl to include gphat's chart output
Jesse Luehrs [Fri, 4 Sep 2009 21:11:17 +0000]
update moose_bench.pl to include gphat's chart output

14 years agoadd Sartak's moose_bench.pl script to benchmarks/
Jesse Luehrs [Fri, 4 Sep 2009 20:00:13 +0000]
add Sartak's moose_bench.pl script to benchmarks/

14 years agoFix another keys ordering bug.
gfx [Fri, 4 Sep 2009 12:20:50 +0000]
Fix another keys ordering bug.

This will will occur only on 5.8.1, but anyway one must not depend on the order of keys()/values()/each().

14 years agoFix a test to remove the dependency on the order of keys/values. Sort the values...
gfx [Fri, 4 Sep 2009 07:10:21 +0000]
Fix a test to remove the dependency on the order of keys/values. Sort the values before compare them.

14 years agouse the current metaclass's throw_error rather than Moose's
Jesse Luehrs [Thu, 3 Sep 2009 04:14:40 +0000]
use the current metaclass's throw_error rather than Moose's

14 years agoAdd more words to the spelling list
Dave Rolsky [Thu, 3 Sep 2009 01:46:47 +0000]
Add more words to the spelling list

14 years agoMore pod fixes
Dave Rolsky [Thu, 3 Sep 2009 01:45:17 +0000]
More pod fixes

14 years agopod fix
Dave Rolsky [Thu, 3 Sep 2009 01:43:30 +0000]
pod fix

14 years agoDocumenting that 'has' comes before 'with' when satisfying role requirements - part II
rodrigolive [Wed, 2 Sep 2009 23:37:00 +0000]
Documenting that 'has' comes before 'with' when satisfying role requirements - part II

14 years agoDocumenting that 'has' comes before 'with' when satisfying role requirements
rodrigolive [Wed, 2 Sep 2009 23:22:26 +0000]
Documenting that 'has' comes before 'with' when satisfying role requirements

14 years agoTweaks to Delta docs for new Native delegation methods
Dave Rolsky [Wed, 2 Sep 2009 19:25:08 +0000]
Tweaks to Delta docs for new Native delegation methods

14 years agoMerge branch 'master' into topic/list_util_helpers
Dave Rolsky [Wed, 2 Sep 2009 19:23:03 +0000]
Merge branch 'master' into topic/list_util_helpers

Conflicts:
lib/Moose/Meta/Attribute/Native/MethodProvider/Array.pm

14 years agoSeparate changes in 0.89 from those in 0.89_01 0.89_01
Dave Rolsky [Wed, 2 Sep 2009 15:55:35 +0000]
Separate changes in 0.89 from those in 0.89_01

14 years agobump version to 0.89_01
Dave Rolsky [Wed, 2 Sep 2009 15:54:37 +0000]
bump version to 0.89_01

14 years agoMore changes tweaks
Dave Rolsky [Wed, 2 Sep 2009 15:49:22 +0000]
More changes tweaks

14 years agoAdd version #, release date, and tweak changes
Dave Rolsky [Wed, 2 Sep 2009 15:47:27 +0000]
Add version #, release date, and tweak changes

14 years agofix pod nits
Hans Dieter Pearcey [Wed, 2 Sep 2009 15:22:10 +0000]
fix pod nits