gitmo/MooseX-Types.git
2011-08-02 Dave Rolsky v0.28 v0.28
2011-08-02 Dave Rolsky Bump version
2011-08-02 Dave Rolsky Changes for next release
2011-08-02 Dave Rolsky Fix meta resource info
2011-06-06 Dave Rolsky v0.27 v0.27
2011-06-06 Dave Rolsky Add inline to spelling whitelist
2011-06-06 Dave Rolsky Bump version
2011-06-06 Dave Rolsky Changes for 0.27
2011-06-06 Jesse Luehrs allow inlining if the type has been subsequently defined
2011-06-06 Dave Rolsky fix spelling of integer
2011-06-06 Dave Rolsky Use Git dzil plugin
2011-06-06 Dave Rolsky Updated version
2011-06-06 Dave Rolsky Ignore dzil generated files
2011-06-05 Dave Rolsky Mention docs in Changes 0.26
2011-06-05 Dave Rolsky Add more words to whitelist
2011-06-05 Dave Rolsky Fix NextRelease format to match existing format
2011-06-05 Dave Rolsky tweak whitelist
2011-06-05 Dave Rolsky Changes for next release
2011-06-05 Dave Rolsky Some cleanup of docs in main module (still needs a...
2011-06-05 Dave Rolsky Cleanup some code in the docs
2011-06-05 Dave Rolsky Give up changes test for now
2011-06-05 Dave Rolsky s/indetermined/unknown/
2011-06-05 Dave Rolsky Use simply %Y-%m-%d for release date
2011-06-05 Dave Rolsky Give up on tabs tests for now
2011-06-05 Dave Rolsky Fixup coverage test code
2011-06-05 Dave Rolsky add manual coverage ...
2011-06-05 Dave Rolsky Remove PodCoverageTests (will do this manually)
2011-06-05 Dave Rolsky fix some cruft from dzilization
2011-06-05 Dave Rolsky Fix typo in abstract
2011-06-05 Dave Rolsky switching over to dzil
2011-06-05 Dave Rolsky bump version to 0.26
2011-06-05 Dave Rolsky Add can_be_inlined method to undefined type
2010-11-30 Dave Rolsky bump version to 0.25 0.25
2010-11-30 Dave Rolsky Add release date (down to the second!)
2010-11-15 Dave Rolsky Make changes format for NEXT match past releases
2010-11-15 Dave Rolsky Add x_authority to the META.yml file
2010-11-08 Dave Rolsky Make sub order match call order
2010-11-08 Dave Rolsky More changes for NEXT
2010-11-08 Dave Rolsky Mention MX::Types::Combine in docs
2010-11-08 Dave Rolsky Use done_testing in all tests and use Test::Requires
2010-11-08 Dave Rolsky Forgot to add Empty.pm, needed for new Combine tests
2010-11-08 Dave Rolsky Changes for MX::Types::Combine
2010-11-08 Dave Rolsky Some changes to make MX::Types::Combine detect errors...
2010-10-26 Karen Etheridge convert all uses of Test::Exception to Test::Fatal.
2010-10-26 Karen Etheridge pod typos
2010-09-11 Florian Ragwitz Version 0.24 0.24
2010-07-24 Dave Rolsky Changes for 0.24
2010-07-24 Dave Rolsky Change attr names so they don't overwrite the exported...
2010-07-20 Florian Ragwitz Version 0.23 0.23
2010-07-15 Dave Rolsky No need to create a class to test whether a type has...
2010-07-15 Dave Rolsky Add warning fix to Changes
2010-07-15 Dave Rolsky Shut up deprecation warnings
2010-06-01 Florian Ragwitz Version 0.22 0.22
2010-06-01 Florian Ragwitz Detabify Changes
2010-06-01 Florian Ragwitz Depend on a Moose with TC numification overloading
2010-06-01 Florian Ragwitz Run tests recursively
2010-06-01 Florian Ragwitz Fix a warning
2010-06-01 John Napiorkowski removed debugging code leftovers
2010-05-28 John Napiorkowski updated changelog
2010-05-28 John Napiorkowski added some overloading so that we can properly perform...
2010-05-28 John Napiorkowski test case for Moose 1.05 change to the concept of equality
2010-05-12 Tomas Doran s/Class::C3/MRO::Compat/
2009-12-24 Rafael Kitover bump up Moose dep (RT#53016), release 0.21
2009-11-25 Dave Rolsky Changes for combined error fix
2009-11-25 Dave Rolsky When a caller tries to import a nonexistent type from...
2009-09-21 Hans Dieter... add $VERSION to all modules so that people can install...
2009-09-11 Rafael Kitover release 0.20
2009-09-09 Jesse Luehrs move setup_import_methods to after the exports are...
2009-08-24 Rafael Kitover release 0.19
2009-08-23 Hans Dieter... revert parameterized type coercion fix
2009-08-22 Rafael Kitover release 0.18
2009-08-22 Rafael Kitover better test for coercing parameterized type, now passes
2009-08-22 Hans Dieter... reuse parameterized types when possible
2009-08-20 Rafael Kitover add failing test for coercing parameterized type
2009-08-18 Rafael Kitover new release 0.17
2009-08-18 Florian Ragwitz Changelogging.
2009-08-18 Florian Ragwitz Add myself to the list of contributors.
2009-08-18 Florian Ragwitz Stop blowing up in has_available_type_export if the...
2009-08-18 Florian Ragwitz Add tests for has_available_type_export on something...
2009-07-30 Dave Rolsky This package is Combine, not Combined
2009-07-01 Rafael Kitover reorganize author/copyright sections at the request...
2009-06-29 Florian Ragwitz Ignore META.yml and dotfiles, except for .gitignore.
2009-06-29 Rafael Kitover new release with updated M::I 0.16
2009-06-29 Tomas Doran... Add .gitignore
2009-06-29 Tomas Doran... Require new Module::Install with working auto_install
2009-06-28 John Napiorkowski updated version and changelog for release
2009-06-28 John Napiorkowski changed error messages to use moose throw_error and... 0.15
2009-06-28 John Napiorkowski more tests for the mixed string and perl type constrain...
2009-06-27 Rafael Kitover fix union with string types 0.14
2009-06-23 Rafael Kitover add Test::Moose to build_requires due to packaging... 0.13
2009-06-15 Rafael Kitover add test for using a role in a typelib
2009-06-15 Rafael Kitover rename exports __TYPE__:: instead of __ANON__:: because...
2009-06-14 Rafael Kitover fix mixing of typelibs with regular Moose classes 0.12
2009-06-12 Rafael Kitover clarify string type warning
2009-05-29 Rafael Kitover add missing files 0.11
2009-05-27 Rafael Kitover update to released version
2009-03-12 Florian Ragwitz Pod fix.
2009-03-07 John Napiorkowski changed version string to string so that the 0.10 does...
2009-03-07 John Napiorkowski removed the Data::Dump debugging code
2009-02-22 Florian Ragwitz Fix test fail by adding t/lib to @INC.
next