bump version to 0.63
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Class.pm
2008-12-08 Dave Rolsky bump version to 0.63 0.63
2008-12-05 Dave Rolsky bump version and update Changes
2008-12-04 Dave Rolsky bump version and update changes. 0.62_01
2008-11-26 Dave Rolsky bump version to 0.62
2008-11-01 Dave Rolsky used perl-reversion to bump version to 0.61
2008-10-31 Yuval Kogman more create_child_type fixes (Role, Enum)
2008-10-23 Dave Rolsky Need to override create_child_type for Class TC's so...
2008-10-23 Dave Rolsky bump all versions to 0.60
2008-10-14 Dave Rolsky bump version to 0.59 0.59
2008-10-07 Tomas Doran More type constraint fixes for edge cases in is_a_type_...
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-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 Dave Rolsky bump the version to 0.55_03
2008-08-29 Dave Rolsky bump version to 0.55_02
2008-08-20 Dave Rolsky Implement the "eval $VERSION" trick from perlmodstyle...
2008-08-13 Yuval Kogman make more things immutable
2008-08-04 Shawn M Moore Bump to 0.56
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-13 Shawn M Moore Bump the versions of everything to 0.50
2008-04-13 Yuval Kogman Introduce TypeConstraint::Role, and add find_or_create_...
2008-04-13 Stevan Little fixing trigger/coerce bug, adding test and reformating...
2008-04-12 Yuval Kogman fix and test equals for various TC classes, and introdu...
2008-04-12 Yuval Kogman add C<equals> method to TypeConstraint, and make use...
2008-04-12 Yuval Kogman add 'class' attr to TypeConstraint::Class
2008-02-22 Stevan Little sorry konobi, not enough of a perf win, so lets wait...
2008-02-20 Scott McWhirter Add ObjectOfType XS function for use with anon types...
2008-01-14 Stevan Little * role exclusion and aliasiing now works in composite...
2008-01-13 Yuval Kogman Moose::Meta::TypeConstraint::Class