gitmo/MooseX-Types-Structured.git
2010-03-17 Sam Vilain Use the new TypeError class to return structured error... topics/structured-errors
2010-03-17 Sam Vilain Add a basic TypeError class, which returns the same...
2010-02-04 Ansgar Burchardt remove unused "use Try::Tiny" 0.21
2010-02-04 Ansgar Burchardt correct spelling errors
2010-02-04 Florian Ragwitz Version 0.20. 0.20
2010-02-04 Florian Ragwitz Merge branch 'useful_optional'
2010-02-03 Ricardo Signes docs for Map
2010-02-03 Florian Ragwitz Properly delegate coercions for Optional[].
2010-02-03 Florian Ragwitz Same Optional[] fix, but for Tuple this time.
2010-02-03 Florian Ragwitz More failing tests for Tuple.
2010-02-03 Florian Ragwitz Check if it's optional, not if it accepts undef.
2010-02-03 Florian Ragwitz Add failing tests for Optional[].
2010-02-03 Florian Ragwitz Less trailing whitespace.
2010-01-25 Ricardo Signes clean up trailing whitespace
2010-01-25 Ricardo Signes add a map type
2010-01-25 Florian Ragwitz Fix a doc typo. rjbs++
2009-11-06 Florian Ragwitz Version 0.19. 0.19
2009-11-06 Tomas Doran... Tweak .gitignore so I can shove this somewhere to pull...
2009-11-06 Tomas Doran... Fix test fails with new Devel::PartialDump
2009-09-24 arcanez POD fix
2009-08-17 john napiorkowski changed makefile and bumped version in prep for release 0.18
2009-08-14 john napiorkowski changed the way we require some dependencies to lower...
2009-05-27 Florian Ragwitz Version 0.16. 0.16 0.17
2009-05-27 Florian Ragwitz Fix test warning on latest MooseX::Types.
2009-05-27 Florian Ragwitz Fix tests on latest MooseX::Types.
2009-05-27 john napiorkowski silly typo
2009-05-27 john napiorkowski updated changelog
2009-05-27 john napiorkowski updated copyright and contributor list 0.15
2009-05-01 Florian Ragwitz Version 0.14. 0.14
2009-05-01 Florian Ragwitz Avoid modification of non-creatable array values.
2009-05-01 Florian Ragwitz Make overflow type constraints introspectable and the...
2009-05-01 Florian Ragwitz Add tests for names of types with overflow handlers.
2009-04-30 Florian Ragwitz Use a builder instead of wrapping new to set the defaul...
2009-04-25 Florian Ragwitz Add .gitignore. 0.13
2009-04-25 Florian Ragwitz Exclude git files from MANIFEST.
2009-04-25 Florian Ragwitz Make the changelog a little easier to read.
2009-04-25 Dave Rolsky add changes, release date, and bump version
2009-04-21 john napiorkowski fixed type on $VERSION string 0.12
2009-04-21 john napiorkowski updated changelog and version
2009-04-18 Florian Ragwitz Explicitly don't inline the constructor to avoid warnings.
2009-04-18 Yuval Kogman rafl's pathological test case
2009-04-18 Yuval Kogman fix is subtype of (sortof)
2009-04-06 John Napiorkowski fixed incorrect alway finding an error with TC->validate
2009-04-02 John Napiorkowski added deeper error messages, minor doc grammar fixes... 0.11
2009-03-16 John Napiorkowski changed the recursion test to reflect subtype syntac... 0.09 0.10
2009-03-06 John Napiorkowski updated changelog and prepped for release
2009-03-06 John Napiorkowski slurpy can only slurp type constraints that match the...
2009-03-06 John Napiorkowski created a more introspective slurpy function, moved...
2009-03-06 John Napiorkowski added some code to improve the error message and added...
2009-03-05 John Napiorkowski created sugar method for merging, with examples
2009-03-05 John Napiorkowski first go at supporting callbacks in the type parameter...
2009-03-04 John Napiorkowski more pod updates and clarification
2009-03-04 John Napiorkowski pod changes
2008-12-13 Stevan Little polishing up the test 0.08
2008-12-10 John Napiorkowski updated changelog for tagging new version and minor...
2008-12-10 John Napiorkowski removed debug stuff from the recursion test
2008-12-09 John Napiorkowski I really should spell Stevan's name correctly
2008-12-09 John Napiorkowski new test to outline the recursion support requirement...
2008-12-08 John Napiorkowski more documentation and edits to the changelog in prepar... 0.06 0.07
2008-12-08 John Napiorkowski updated changelog in prep for new release
2008-12-05 John Napiorkowski updated changelog in preparation for release, added...
2008-12-05 John Napiorkowski changed makefile in anticipation of new version of...
2008-12-05 John Napiorkowski finished Optional, wrote docs and tests for it
2008-12-05 John Napiorkowski actually create the optional TC, and a bunch fo changes...
2008-12-05 John Napiorkowski got working prototype, but relies on uncommited changes...
2008-11-17 John Napiorkowski more debugging, I hope this wont need another moose...
2008-11-16 John Napiorkowski closer to the sketch actually working
2008-11-15 John Napiorkowski a start at outlining Optional
2008-11-08 John Napiorkowski changed documentation errors, added a bit more docs 0.05
2008-11-08 John Napiorkowski changed version string, updated minimum required Moose... 0.04
2008-11-08 Florian Ragwitz Fix warning on 5.10.0.
2008-10-29 John Napiorkowski fixed up some meta stuff
2008-10-29 John Napiorkowski added soe doc fixes and a new examples section, also...
2008-10-28 Florian Ragwitz Use a normalized version number for the required perl...
2008-10-28 John Napiorkowski removed static version string from makefile
2008-10-28 John Napiorkowski do not know where all these dollar signs came from :)
2008-10-28 John Napiorkowski added some docs and fixed minor POD formatting issues
2008-10-27 John Napiorkowski adding some stuff to autobuild the README files 0.01
2008-10-27 John Napiorkowski news tests for API and coercions, more tests for both...
2008-10-24 Dave Rolsky Fixed a couple doc typos
2008-10-24 John Napiorkowski stub for coercion test
2008-10-24 John Napiorkowski stub for api test, example and warnings about extending...
2008-10-07 John Napiorkowski comment out structured subtype definition pending a...
2008-10-07 John Napiorkowski really register the types, more advanced tests, includi...
2008-10-07 John Napiorkowski added missing file from the last checkin (oops)
2008-10-07 John Napiorkowski added an advanced test and a failing test for the inher...
2008-10-01 Florian Ragwitz Although the dist is called MooseX::TypeLibrary the...
2008-10-01 Florian Ragwitz Make Makefile.PL run.
2008-09-30 John Napiorkowski basic requirements complete, missing the optional and...
2008-09-26 John Napiorkowski rollback some stuff to reset my brain a bit
2008-09-16 John Napiorkowski made union tests skip for now, got start on fixing...
2008-09-15 John Napiorkowski got the basic function for Optional, but the regex...
2008-09-15 John Napiorkowski just restored some bits so that tests all pass, incase...
2008-09-15 John Napiorkowski because Structurable is not a word
2008-09-15 John Napiorkowski more work toward true structured types, away from the...
2008-09-15 John Napiorkowski rename postionalable to a more generic name
2008-09-14 John Napiorkowski back to a regular and registered Tuple that covers...
2008-09-14 John Napiorkowski more tying to convert my methods to real objects
2008-09-13 John Napiorkowski added some additional type unions to the tests
2008-09-09 John Napiorkowski proper support for an Optional keyword
next