Karen Etheridge [Thu, 20 Jun 2013 22:33:12 +0000]
still work when Cpanel::JSON::XS is all we have installed
Karen Etheridge [Thu, 20 Jun 2013 19:11:08 +0000]
remove whitespace
Karen Etheridge [Thu, 20 Jun 2013 19:08:31 +0000]
remove useless shebangs in tests
Karen Etheridge [Thu, 20 Jun 2013 19:06:30 +0000]
Test::Deep is already required; use it instead of is_deeply
Karen Etheridge [Sun, 31 Mar 2013 04:07:30 +0000]
depend on a specific perl version (determined via Perl::MinimumVersion)
Karen Etheridge [Sun, 31 Mar 2013 03:45:03 +0000]
document the date of every release
Karen Etheridge [Sat, 30 Mar 2013 02:06:44 +0000]
bump version to 0.33
Karen Etheridge [Sat, 30 Mar 2013 02:02:08 +0000]
fix hash order randomization issue: use canonical mode with JSON (RT#84287)
Karen Etheridge [Sat, 30 Mar 2013 02:00:29 +0000]
also document the r/w repo for gitmo users
Tomas Doran [Tue, 4 Dec 2012 19:50:17 +0000]
Fix MANIFEST.SKIP
Tomas Doran [Tue, 4 Dec 2012 19:47:31 +0000]
Version 0.32
Dagfinn Ilmari Mannsåker [Tue, 4 Dec 2012 16:02:09 +0000]
Don't rely on hash key order in tests (RT#81695)
Dagfinn Ilmari Mannsåker [Tue, 4 Dec 2012 15:57:12 +0000]
Create a JSON::Any object, so setting $ENV{JSON_ANY_CONFIG} works.
Adjust tests that were setting the wrong values and the default happened to work.
Tomas Doran [Wed, 27 Jun 2012 23:24:03 +0000]
Whitespace
Tomas Doran [Sat, 5 May 2012 14:26:31 +0000]
Make sure authors have all the deps
Tomas Doran [Sat, 5 May 2012 14:24:55 +0000]
RT#69811 - Fix SHA1 use
Tomas Doran [Sat, 5 May 2012 11:32:22 +0000]
Ignore MYMETA
Tomas Doran [Tue, 28 Feb 2012 23:22:56 +0000]
Version 0.31
Chris Prather [Tue, 28 Feb 2012 23:15:11 +0000]
add documentation for add_custom_type_handler to MooseX::Storage::Engine
Tomas Doran [Sun, 12 Feb 2012 22:23:54 +0000]
Fix docs
Tomas Doran [Fri, 29 Apr 2011 12:09:35 +0000]
Merge
Tomas Doran [Fri, 29 Apr 2011 12:07:37 +0000]
Version 0.30
Tomas Doran [Fri, 29 Apr 2011 12:07:21 +0000]
Make Makefile.PL features work again. RT#67170
Karen Etheridge [Sun, 21 Nov 2010 08:50:53 +0000]
convert all uses of Test::Exception to Test::Fatal.
Tomas Doran [Wed, 17 Nov 2010 13:51:14 +0000]
Remove Test::TempDir
Karen Etheridge [Sat, 9 Oct 2010 20:00:44 +0000]
spelling
Tomas Doran [Sat, 2 Oct 2010 23:37:15 +0000]
Version 0.28
Tomas Doran [Sat, 2 Oct 2010 23:35:30 +0000]
Allow traits in external namespaces
Karen Etheridge [Sun, 29 Aug 2010 15:58:19 +0000]
fix doc errors in pod docs - link to MooseX::Storage::Basic, word misspelling etc
Karen Etheridge [Sat, 28 Aug 2010 18:32:03 +0000]
use Test::Requires in tests
Ricardo Signes [Thu, 15 Apr 2010 14:04:03 +0000]
bump version
Ricardo Signes [Thu, 15 Apr 2010 14:03:37 +0000]
changelog/docs
Ricardo Signes [Fri, 2 Apr 2010 17:45:47 +0000]
tests for deferred and param roles
Ricardo Signes [Fri, 2 Apr 2010 16:44:21 +0000]
allow deferred to use parameterized roles
Tomas Doran (t0m) [Thu, 25 Mar 2010 18:45:26 +0000]
Bump versions
Tomas Doran (t0m) [Thu, 25 Mar 2010 18:24:56 +0000]
Fix infinite recusion in classes which overload stringify and call into MX::Storage
Tomas Doran (t0m) [Thu, 25 Mar 2010 18:16:43 +0000]
Fix repository URI
Tomas Doran [Tue, 9 Mar 2010 20:04:50 +0000]
Bump versions
Cory Watson [Tue, 9 Mar 2010 17:31:21 +0000]
Add changes.
Cory Watson [Tue, 9 Mar 2010 17:30:17 +0000]
Use feature in Moose 0.99 to allow serialization of union types.
Tomas Doran [Mon, 11 Jan 2010 01:15:34 +0000]
Bump version to 0.24
Tomas Doran [Sun, 10 Jan 2010 19:10:27 +0000]
Fix bug with the YAML::Any change
Tomas Doran [Sun, 10 Jan 2010 19:03:23 +0000]
Add author_requires for all the optional modules so that authors have to run all the tests
Jonathan Yu [Sun, 10 Jan 2010 05:04:57 +0000]
eval require instead of use
We need to eval require instead of use to prevent double imports,
since loading YAML::Any causes symbols to be exported by default
Jonathan Yu [Sun, 10 Jan 2010 04:57:05 +0000]
Print implementation used as diagnostic
Jonathan Yu [Sun, 10 Jan 2010 04:54:25 +0000]
Add YAML implementation tests
Instead of using Test::YAML::Valid, we test round trip using each
available implementation of YAML. Using Test::Without::Module, we
hide every other implementation except the one for testing.
060_basic_deferred.t just uses whichever YAML implementation is
considered 'best' by YAML::Any
Jonathan Yu [Sun, 10 Jan 2010 03:25:04 +0000]
Removed dependency on Best.
YAML tests now require YAML (which will automatically load YAML::Syck if
available, or the best YAML implementation).
Tomas Doran [Tue, 10 Nov 2009 10:10:16 +0000]
Ignore built dists
Tomas Doran [Tue, 10 Nov 2009 10:08:54 +0000]
Bump versions
Tomas Doran [Tue, 10 Nov 2009 10:06:15 +0000]
Revert "Whitespace trim tests", this was clearly retarded of
me as it breaks the YAML valid test (YAML being like that and all)
which I can't run as Test::YAML::Valid in turn fails it's tests so I can't
install it.
This reverts commit
766ab81f59db9f3087e0011112ff2e69133a85c5.
Ricardo Signes [Thu, 5 Nov 2009 23:07:43 +0000]
Merge branch 'master' of jules.scsys.co.uk:MooseX-Storage
Ricardo Signes [Thu, 5 Nov 2009 23:07:32 +0000]
remove autoinstall
Tomas Doran [Thu, 5 Nov 2009 21:25:51 +0000]
Ignore built dists
Tomas Doran [Thu, 5 Nov 2009 21:19:54 +0000]
Merge branch 'master' of gitmo@git.moose.perl.org:MooseX-Storage
* 'master' of gitmo@git.moose.perl.org:MooseX-Storage:
bump version
Tomas Doran [Thu, 5 Nov 2009 21:16:27 +0000]
Run author side tests always
Tomas Doran [Thu, 5 Nov 2009 21:12:44 +0000]
Whitespace trim tests
Ricardo Signes [Thu, 5 Nov 2009 21:12:03 +0000]
bump version
Tomas Doran [Thu, 5 Nov 2009 21:07:05 +0000]
Bump versions
Ricardo Signes [Thu, 5 Nov 2009 20:34:54 +0000]
docs, prereq
Ricardo Signes [Thu, 5 Nov 2009 20:31:23 +0000]
__expand_role for "foreign" and parameterized roles
* =Foo::Format::Foo for an absolute role name
* [ ParamRole => $args ] for a param-ed role
Ricardo Signes [Thu, 5 Nov 2009 19:36:09 +0000]
enable Old-Man-Style four-space indents
Ricardo Signes [Thu, 5 Nov 2009 19:34:02 +0000]
allow storage roles from outside of MooseX::Storage::whatever::
Tomas Doran [Thu, 10 Sep 2009 16:42:34 +0000]
Fix warning when types do not have a parent type
Tomas Doran (t0m) [Sat, 18 Jul 2009 19:08:13 +0000]
Fix as we only work with a recent Moose version
Tomas Doran (t0m) [Tue, 14 Jul 2009 00:02:50 +0000]
Checking in changes prior to tagging of version 0.21. Changelog diff is:
Tomas Doran (t0m) [Mon, 13 Jul 2009 23:40:46 +0000]
Add no Moose::Role everywhere
Tomas Doran (t0m) [Mon, 13 Jul 2009 23:30:07 +0000]
Bump versions
Tomas Doran (t0m) [Mon, 13 Jul 2009 21:58:03 +0000]
Remove -T
Tomas Doran (t0m) [Mon, 13 Jul 2009 21:47:41 +0000]
Changelogging
Tomas Doran (t0m) [Mon, 13 Jul 2009 21:37:10 +0000]
Add docs for the undocumented classes
Tomas Doran (t0m) [Mon, 13 Jul 2009 21:10:02 +0000]
Strip all the trailing whitespace
Tomas Doran (t0m) [Mon, 13 Jul 2009 21:01:51 +0000]
Merge branch 'master' into engine_traits
Ricardo SIGNES [Mon, 13 Jul 2009 20:57:38 +0000]
skip pod tests, usually
Conflicts:
t/pod-coverage.t
Tomas Doran (t0m) [Wed, 8 Jul 2009 19:45:29 +0000]
Merge branch 'master' of gitmo@jules.scsys.co.uk:MooseX-Storage
t0m [Wed, 8 Jul 2009 19:43:08 +0000]
Remove -T as that stops my perl finding my local::lib, ergo I don't find pod coverage and the test doesn't run. Bump required pod::coverage version so that POD is found for ::Deferred, and switch to manually getting a list of modules and manually filtering out ::Traits?::, as these are buried in other files and have no methods, so need no individual docs
Tomas Doran (t0m) [Sun, 28 Jun 2009 13:06:46 +0000]
Add repository info to META.yml
t0m [Wed, 24 Jun 2009 22:16:37 +0000]
Mangle OnlyWhenBuilt funstionality into the role, going back to trivial map_attributes
t0m [Wed, 24 Jun 2009 21:36:53 +0000]
Ok, so, the interface just changed, and the docs are complete crap now, but the implementation of cycle check disabling is out in the role, which is what I was going for
t0m [Wed, 24 Jun 2009 21:18:29 +0000]
Actually do something useful with the engine_traits parameter, by appling a role in the MooseX::Storage::Engine::Trait:: namespace to the engine instance created
t0m [Wed, 24 Jun 2009 20:03:15 +0000]
I think that these should be implemented as a role on the engine. So if I arrange to stuff an option into the pack and unpack calls, it'll work like magic, and you can also turn the features on for individual ->pack or ->unpack calls if you want to (once I move the functionality)
t0m [Wed, 24 Jun 2009 19:36:17 +0000]
Change so that we just return the class name, so that roles can permute this class name
Jos Boumans [Wed, 24 Jun 2009 14:52:16 +0000]
* quell warning
Jos Boumans [Wed, 24 Jun 2009 14:46:34 +0000]
* add feature to disable cycle checking, eitehr via trait or option
* add docs & tests (including 1 TODO test)
Jos Boumans [Wed, 24 Jun 2009 12:29:42 +0000]
* implement the unpack( $data, inject => {...} ) feature.
* add docs & tests
Jos Boumans [Wed, 24 Jun 2009 12:13:10 +0000]
* move Base::WithChecksum to build upon Basic.pm, avoid code duplication
Jos Boumans [Wed, 24 Jun 2009 12:11:08 +0000]
* add extra test to ensure restoring fails if required argument isn't provided
Jos Boumans [Wed, 24 Jun 2009 12:08:05 +0000]
* formatting change
Jos Boumans [Tue, 23 Jun 2009 21:07:27 +0000]
* fix a bug where if a required constructor argument was not serialized, it was
impossible to ->unpack again.
Jos Boumans [Tue, 23 Jun 2009 19:31:33 +0000]
* add support for Storage( traits => [...] ) to alter the behaviour of the
storage engine. One trait has been added: OnlyWhenBuilt, which only
serializes attributes whose predicate returns 'true'.
* docs & tests added
Jos Boumans [Tue, 23 Jun 2009 16:27:53 +0000]
* testing commit
Shawn M Moore [Tue, 2 Jun 2009 01:36:36 +0000]
How am I the first one to catch this stevanism?
Tomas Doran (t0m) [Mon, 1 Jun 2009 23:50:23 +0000]
Checking in changes prior to tagging of version 0.18. Changelog diff is:
Tomas Doran (t0m) [Mon, 1 Jun 2009 23:48:15 +0000]
Add .gitignore
Tomas Doran (t0m) [Mon, 1 Jun 2009 23:47:17 +0000]
Bump version numbers for release
Tomas Doran (t0m) [Mon, 1 Jun 2009 23:44:46 +0000]
Apply patch from RT#46343
Tomas Doran (t0m) [Mon, 1 Jun 2009 23:40:37 +0000]
Fix .shipit
Johannes Plunien [Mon, 1 Jun 2009 15:30:18 +0000]
Added support for Maybe[...] constraints
Tomas Doran [Mon, 6 Apr 2009 21:43:15 +0000]
Checking in changes prior to tagging of version 0.17. Changelog diff is:
Tomas Doran [Mon, 6 Apr 2009 21:37:09 +0000]
We need not a .cvsignore, but svn ignore props would be useful
Tomas Doran [Mon, 6 Apr 2009 14:24:12 +0000]
Update the use non-deprecated methods, and bump all the version numbers to be current.