gitmo/MooseX-Storage.git
2009-06-28 Tomas Doran... Initial patch from Bruno for implementing a ::Storage... storage_format_xml
2009-06-24 Jos Boumans * quell warning
2009-06-24 Jos Boumans * add feature to disable cycle checking, eitehr via...
2009-06-24 Jos Boumans * implement the unpack( $data, inject => {...} ) feature.
2009-06-24 Jos Boumans * move Base::WithChecksum to build upon Basic.pm, avoid...
2009-06-24 Jos Boumans * add extra test to ensure restoring fails if required...
2009-06-24 Jos Boumans * formatting change
2009-06-23 Jos Boumans * fix a bug where if a required constructor argument...
2009-06-23 Jos Boumans * add support for Storage( traits => [...] ) to alter...
2009-06-23 Jos Boumans * testing commit
2009-06-02 Shawn M Moore How am I the first one to catch this stevanism?
2009-06-01 Tomas Doran... Checking in changes prior to tagging of version 0.18... 0.18
2009-06-01 Tomas Doran... Add .gitignore
2009-06-01 Tomas Doran... Bump version numbers for release
2009-06-01 Tomas Doran... Apply patch from RT#46343
2009-06-01 Tomas Doran... Fix .shipit
2009-06-01 Johannes Plunien Added support for Maybe[...] constraints
2009-04-06 Tomas Doran Checking in changes prior to tagging of version 0.17... 0.17
2009-04-06 Tomas Doran We need not a .cvsignore, but svn ignore props would...
2009-04-06 Tomas Doran Update the use non-deprecated methods, and bump all...
2009-02-22 Florian Ragwitz Fix test plan.
2008-09-29 Tomas Doran Fix issue with test when Best isn't available
2008-09-29 Tomas Doran Fix issue I'm seeing in MX::Storage when using it in... 0.15
2008-06-22 Yuval Kogman demand Module::Install 0.75 0.14
2008-06-22 Yuval Kogman auto_install is evil
2008-06-22 Yuval Kogman Test::TempDir
2008-06-21 Yuval Kogman use tempfiles in the test suite
2008-06-05 Stevan Little adjusting versions and adding to changelog
2008-06-05 Jonathan Rockway use refaddr instead of stringification
2008-05-25 Stevan Little 0.13
2008-05-06 Stevan Little some small tweaks
2008-03-14 Stevan Little foo
2008-03-14 Stevan Little fixing the traits
2008-03-14 Stevan Little 0.12
2008-01-26 Chris Prather add patch from awwaiid for build_requires Test::Deep
2008-01-10 Stevan Little 0.11
2008-01-10 Stevan Little Deferred is done
2008-01-10 Stevan Little adding support for Deferred
2007-11-07 Stevan Little some changelog tweaks and shit
2007-10-23 Chris Prather remove MANIFEST since we generate it anyway 0_09
2007-10-23 Chris Prather make local copy of MX::Storage
2007-10-23 Stevan Little fixing the utf8 handling for files
2007-10-21 Stevan Little adding in a utf8 test
2007-10-16 Stevan Little fixing some utf stuff we forgot
2007-10-16 Stevan Little fixing some utf stuff we forgot
2007-10-16 Stevan Little fixing some utf stuff we forgot
2007-10-16 Stevan Little foo
2007-10-05 Stevan Little adding in some basic change info
2007-10-05 Yuval Kogman if json is valid utf8 mark it as such
2007-09-27 Stevan Little 0.07 adding in the Storable role 0_07
2007-09-03 Stevan Little bumping versions and writing changelogs
2007-08-08 Shawn M Moore Fix number of tests without Digest::HMA which was causi...
2007-08-07 Stevan Little 0.06
2007-08-07 Shawn M Moore Fix that failing test, caused by $self->collapse_attrib...
2007-08-04 Shawn M Moore Make false ints and strings work, bools still no good
2007-08-04 Shawn M Moore Add failing false-value tests, will try to get them...
2007-08-04 Shawn M Moore Add mysteriously-missing Bool handling
2007-07-20 Robert Boone Looks like the test runs 25 without Digest::HMAC and...
2007-07-20 Robert Boone Correct number of tests
2007-07-15 Stevan Little 0.05
2007-07-15 Yuval Kogman fix checksuming
2007-07-03 Stevan Little 0.04 0_04
2007-07-03 Stevan Little adding better tests for utils
2007-06-27 Stevan Little 0.03 0_03
2007-06-26 Stevan Little foo
2007-06-26 Stevan Little MooseX::Storage - added peek()
2007-06-22 Stevan Little adding new tests
2007-06-08 Stevan Little 0.02 0_02
2007-06-07 Stevan Little tweaks and shit
2007-06-06 Yuval Kogman fix bug
2007-06-06 Yuval Kogman swithc to Data::Dumper
2007-06-06 Yuval Kogman foo
2007-06-04 Chris Prather add comment about YAML::LibYAML
2007-05-17 Chris Prather skipping tests if you don't have Test::* installed
2007-05-11 Stevan Little foo
2007-05-11 Stevan Little foo
2007-05-11 Yuval Kogman WithCheksum 2.0
2007-05-08 Stevan Little adding simple checksum role
2007-05-07 Stevan Little more refined checks for version and authority
2007-05-07 Stevan Little foo
2007-05-07 Stevan Little adding in version and authority checks
2007-05-04 Stevan Little * changes for MooseX::IOC
2007-04-30 Stevan Little more tweaks for 0.01
2007-04-30 Stevan Little 0.01 releaase
2007-04-30 Stevan Little 0.01 releaase
2007-04-30 Stevan Little foo
2007-04-30 Stevan Little docs
2007-04-05 Stevan Little adding metaclass alias
2007-04-03 Stevan Little cycle stuff
2007-04-03 Stevan Little implemented cycle handling
2007-04-03 Stevan Little reworking tests
2007-03-31 Stevan Little more tests
2007-03-31 Stevan Little fixin up the ArrayRef and HashRef expand/collapse stuff...
2007-03-30 Stevan Little some thoughts and hacks on type handling,.. this probab...
2007-03-30 Stevan Little adding test with subtypes
2007-03-30 Stevan Little atomic file stuff
2007-03-30 Stevan Little foo
2007-03-30 Stevan Little adding atomic file
2007-03-30 Stevan Little moving MooseX::Storage
2007-03-30 Chris Prather Patch to use JSON::Any and Test::JSON
next