Moose::throw_error -> Moose->throw_error
[gitmo/Moose.git] / lib / Moose / Util / TypeConstraints.pm
2008-09-04 Yuval Kogman Moose::throw_error -> Moose->throw_error
2008-09-04 Yuval Kogman Merge ../Moose-error into pluggable_errors
2008-09-04 Yuval Kogman merge trunk to pluggable errors
2008-09-03 Dave Rolsky bump version and update changes for release later today...
2008-09-03 Matt S Trout fix types with stringifyable TC objects
2008-09-01 Dave Rolsky bump version to 0.56 and update changes for release 0.56
2008-08-31 Dave Rolsky bump version to 0.55_04
2008-08-30 Jonathan Rockway use the mathematical definition of "natural number...
2008-08-30 Dave Rolsky bump the version to 0.55_03
2008-08-29 Dave Rolsky bump version to 0.55_02
2008-08-29 Dave Rolsky a little tweaking of t0m's doc changes
2008-08-26 Tomas Doran Add a load of docs to some of the under documented...
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
2008-08-13 Yuval Kogman Moose::Exporter fixes + rename build_import_methods...
2008-08-08 Dave Rolsky Make Moose::Util::TypeConstraints use Moose::Exporter...
2008-08-04 Shawn M Moore Bump to 0.56
2008-07-30 Matt S Trout fix coerce to accept anon types like subtype can
2008-07-08 Stevan Little some refactoring of handles
2008-07-03 Stevan Little 0.55 setup
2008-07-03 Stevan Little setting up 0.53
2008-06-27 Shawn M Moore Bump to 0.52
2008-06-27 Shawn M Moore Bump us up to 0.51
2008-06-23 Yuval Kogman Moose::Util::TypeConstraints confess
2008-06-21 Yuval Kogman add a comment about a bit of compat code
2008-06-14 Yuval Kogman attempt to work around the ??{ } vs. threads issue
2008-06-13 Shawn M Moore Bump the versions of everything to 0.50
2008-06-10 Shawn M Moore Move the ClassName type check code to Class::MOP::is_cl...
2008-06-04 Stevan Little some speed gains and a new test
2008-05-17 Stevan Little adding details ot the changelog
2008-05-17 Yuval Kogman Subtypes of parametrizables are parametrizable themselves
2008-04-17 Stevan Little adding the applied_traits method to attr
2008-04-13 Yuval Kogman remove the name => undef restriction on find_or_create_...
2008-04-13 Yuval Kogman Introduce TypeConstraint::Role, and add find_or_create_...
2008-04-12 Yuval Kogman fix and test equals for various TC classes, and introdu...
2008-04-12 Yuval Kogman find_type_constraint now DWIms when given an object
2008-03-17 Stevan Little doc updates
2008-03-13 Guillermo Roditi allow class_type to accept a custom message. sorry...
2008-02-26 Stevan Little adding in anon-enums
2008-02-22 Stevan Little sorry konobi, not enough of a perf win, so lets wait...
2008-02-20 Scott McWhirter Tidy up XS Type Constraints
2008-02-14 Stevan Little 0.37
2008-01-21 Yuval Kogman FileHandle also accepts IO::Handle objects
2008-01-17 Stevan Little refactoring the parameterized type constraints
2008-01-14 Stevan Little * role exclusion and aliasiing now works in composite...
2008-01-13 Yuval Kogman faster type constraints
2008-01-13 Yuval Kogman Moose::Meta::TypeConstraint::Class
2008-01-10 Stevan Little doc fixes, version updates and changelog
2008-01-07 Yuval Kogman blah, broken commit
2007-12-31 Stevan Little updating copyright dates
2007-12-14 Stevan Little 0.33
2007-12-12 Stevan Little Moose taking advantage of the XS
2007-11-30 Stevan Little little better error message there
2007-11-29 Stevan Little fixing a bug for Sartak
2007-11-28 Stevan Little fixing union type constraint aliases
2007-11-26 Stevan Little fixing some bugs
2007-11-23 Stevan Little fixing stuff
2007-11-23 Stevan Little Mooseing around;
2007-11-14 Matt S Trout fix ClassName constraint to use symbol table
2007-11-06 Guillermo Roditi last fix so far
2007-10-21 Shawn M Moore Test case specifically, test script cleanup
2007-10-21 Shawn M Moore Add tests for enum
2007-10-19 Stevan Little fixing the type constraints
2007-09-18 Stevan Little s/container/parameterized/
2007-09-18 Stevan Little new and improved type notation stuff
2007-09-16 Stevan Little TypeConstraint::Utils,.. now with find_or_create_type_c...
2007-09-15 Stevan Little lots of more refactored goodness in the TC system
2007-09-14 Stevan Little adding ->parent_registry to the TC registry object
2007-09-14 Stevan Little being more cautious about how we use ->meta
2007-09-10 Stevan Little adding in the type constraint registry
2007-09-04 Jess Robinson Typos and doc additions
2007-05-31 Stevan Little 0.22
2007-05-31 Stevan Little for mst and castaway
2007-05-27 Stevan Little fixing the authors lists and adding the ClassName type... 0_22
2007-05-21 Matt S Trout fix for prototype undecl issue when type constraint...
2007-05-01 Aankhen Moose::Util::TypeConstraints:
2007-05-01 Aankhen Moose::Util::TypeConstraints:
2007-03-21 Stevan Little module refresh test
2007-03-17 Stevan Little for mst and phaylon
2007-03-16 Stevan Little adding list_all_type_constraints for phaylon
2007-03-15 Stevan Little spelling fix
2007-03-15 Stevan Little type fixes
2007-03-15 Stevan Little types can have messages now
2007-03-15 Stevan Little foo
2007-03-11 Stevan Little 0.18 ... pretty much ready to go
2007-03-09 Stevan Little test with Test::Deep::eq_deeply
2007-02-21 Stevan Little adding 2007 to the copyright list
2006-11-27 Stevan Little foo
2006-11-20 Stevan Little foo
2006-11-14 Stevan Little foo
2006-11-10 Stevan Little It Works, *AND* Its Fast(er)
2006-11-10 Stevan Little Moose Immutable
2006-10-23 Stevan Little adding unimport to Moose::Util::TypeConstraints
2006-09-24 Stevan Little foo
2006-09-22 Stevan Little foo
2006-05-16 Stevan Little foo
2006-05-14 Stevan Little docs-n-attr-refactor
2006-05-13 Stevan Little docs
2006-05-09 Stevan Little roles
2006-05-07 Stevan Little changes-and-comments
2006-05-03 Stevan Little foo
next