14 years agoBump versions 0.26
Tomas Doran (t0m) [Thu, 25 Mar 2010 18:45:26 +0000]
Bump versions

14 years agoFix infinite recusion in classes which overload stringify and call into MX::Storage
Tomas Doran (t0m) [Thu, 25 Mar 2010 18:24:56 +0000]
Fix infinite recusion in classes which overload stringify and call into MX::Storage

14 years agoFix repository URI
Tomas Doran (t0m) [Thu, 25 Mar 2010 18:16:43 +0000]
Fix repository URI

14 years agoBump versions 0.25
Tomas Doran [Tue, 9 Mar 2010 20:04:50 +0000]
Bump versions

14 years agoAdd changes.
Cory Watson [Tue, 9 Mar 2010 17:31:21 +0000]
Add changes.

14 years agoUse feature in Moose 0.99 to allow serialization of union types.
Cory Watson [Tue, 9 Mar 2010 17:30:17 +0000]
Use feature in Moose 0.99 to allow serialization of union types.

14 years agoBump version to 0.24 0.24
Tomas Doran [Mon, 11 Jan 2010 01:15:34 +0000]
Bump version to 0.24

14 years agoFix bug with the YAML::Any change
Tomas Doran [Sun, 10 Jan 2010 19:10:27 +0000]
Fix bug with the YAML::Any change

14 years agoAdd author_requires for all the optional modules so that authors have to run all...
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

14 years agoeval require instead of use
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

14 years agoPrint implementation used as diagnostic
Jonathan Yu [Sun, 10 Jan 2010 04:57:05 +0000]
Print implementation used as diagnostic

14 years agoAdd YAML implementation tests
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

14 years agoRemoved dependency on Best.
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).

14 years agoIgnore built dists
Tomas Doran [Tue, 10 Nov 2009 10:10:16 +0000]
Ignore built dists

14 years agoBump versions 0.23
Tomas Doran [Tue, 10 Nov 2009 10:08:54 +0000]
Bump versions

14 years agoRevert "Whitespace trim tests", this was clearly retarded of
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.

14 years agoMerge branch 'master' of jules.scsys.co.uk:MooseX-Storage
Ricardo Signes [Thu, 5 Nov 2009 23:07:43 +0000]
Merge branch 'master' of jules.scsys.co.uk:MooseX-Storage

14 years agoremove autoinstall
Ricardo Signes [Thu, 5 Nov 2009 23:07:32 +0000]
remove autoinstall

14 years agoIgnore built dists
Tomas Doran [Thu, 5 Nov 2009 21:25:51 +0000]
Ignore built dists

14 years agoMerge branch 'master' of gitmo@git.moose.perl.org:MooseX-Storage
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

14 years agoRun author side tests always 0.22
Tomas Doran [Thu, 5 Nov 2009 21:16:27 +0000]
Run author side tests always

14 years agoWhitespace trim tests
Tomas Doran [Thu, 5 Nov 2009 21:12:44 +0000]
Whitespace trim tests

14 years agobump version
Ricardo Signes [Thu, 5 Nov 2009 21:12:03 +0000]
bump version

14 years agoBump versions
Tomas Doran [Thu, 5 Nov 2009 21:07:05 +0000]
Bump versions

14 years agodocs, prereq
Ricardo Signes [Thu, 5 Nov 2009 20:34:54 +0000]
docs, prereq

14 years ago__expand_role for "foreign" and parameterized roles
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

14 years agoenable Old-Man-Style four-space indents
Ricardo Signes [Thu, 5 Nov 2009 19:36:09 +0000]
enable Old-Man-Style four-space indents

14 years agoallow storage roles from outside of MooseX::Storage::whatever::
Ricardo Signes [Thu, 5 Nov 2009 19:34:02 +0000]
allow storage roles from outside of MooseX::Storage::whatever::

14 years agoFix warning when types do not have a parent type
Tomas Doran [Thu, 10 Sep 2009 16:42:34 +0000]
Fix warning when types do not have a parent type

14 years agoFix as we only work with a recent Moose version
Tomas Doran (t0m) [Sat, 18 Jul 2009 19:08:13 +0000]
Fix as we only work with a recent Moose version

14 years agoChecking in changes prior to tagging of version 0.21. Changelog diff is: 0.21
Tomas Doran (t0m) [Tue, 14 Jul 2009 00:02:50 +0000]
Checking in changes prior to tagging of version 0.21.  Changelog diff is:

14 years agoAdd no Moose::Role everywhere 0.20
Tomas Doran (t0m) [Mon, 13 Jul 2009 23:40:46 +0000]
Add no Moose::Role everywhere

14 years agoBump versions
Tomas Doran (t0m) [Mon, 13 Jul 2009 23:30:07 +0000]
Bump versions

14 years agoRemove -T
Tomas Doran (t0m) [Mon, 13 Jul 2009 21:58:03 +0000]
Remove -T

14 years agoChangelogging
Tomas Doran (t0m) [Mon, 13 Jul 2009 21:47:41 +0000]
Changelogging

14 years agoAdd docs for the undocumented classes
Tomas Doran (t0m) [Mon, 13 Jul 2009 21:37:10 +0000]
Add docs for the undocumented classes

14 years agoStrip all the trailing whitespace
Tomas Doran (t0m) [Mon, 13 Jul 2009 21:10:02 +0000]
Strip all the trailing whitespace

14 years agoMerge branch 'master' into engine_traits
Tomas Doran (t0m) [Mon, 13 Jul 2009 21:01:51 +0000]
Merge branch 'master' into engine_traits

14 years agoskip pod tests, usually
Ricardo SIGNES [Mon, 13 Jul 2009 20:57:38 +0000]
skip pod tests, usually

Conflicts:

t/pod-coverage.t

14 years agoMerge branch 'master' of gitmo@jules.scsys.co.uk:MooseX-Storage
Tomas Doran (t0m) [Wed, 8 Jul 2009 19:45:29 +0000]
Merge branch 'master' of gitmo@jules.scsys.co.uk:MooseX-Storage

14 years agoRemove -T as that stops my perl finding my local::lib, ergo I don't find pod coverage...
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

14 years agoAdd repository info to META.yml
Tomas Doran (t0m) [Sun, 28 Jun 2009 13:06:46 +0000]
Add repository info to META.yml

14 years agoMangle OnlyWhenBuilt funstionality into the role, going back to trivial map_attributes
t0m [Wed, 24 Jun 2009 22:16:37 +0000]
Mangle OnlyWhenBuilt funstionality into the role, going back to trivial map_attributes

14 years agoOk, so, the interface just changed, and the docs are complete crap now, but the imple...
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

14 years agoActually do something useful with the engine_traits parameter, by appling a role...
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

14 years agoI think that these should be implemented as a role on the engine. So if I arrange...
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)

14 years agoChange so that we just return the class name, so that roles can permute this class...
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

14 years ago* quell warning
Jos Boumans [Wed, 24 Jun 2009 14:52:16 +0000]
* quell warning

14 years ago* add feature to disable cycle checking, eitehr via trait or option
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)

14 years ago* implement the unpack( $data, inject => {...} ) feature.
Jos Boumans [Wed, 24 Jun 2009 12:29:42 +0000]
* implement the unpack( $data, inject => {...} ) feature.
  * add docs & tests

14 years ago* move Base::WithChecksum to build upon Basic.pm, avoid code duplication
Jos Boumans [Wed, 24 Jun 2009 12:13:10 +0000]
* move Base::WithChecksum to build upon Basic.pm, avoid code duplication

14 years ago* add extra test to ensure restoring fails if required argument isn't provided
Jos Boumans [Wed, 24 Jun 2009 12:11:08 +0000]
* add extra test to ensure restoring fails if required argument isn't provided

14 years ago* formatting change
Jos Boumans [Wed, 24 Jun 2009 12:08:05 +0000]
* formatting change

14 years ago* fix a bug where if a required constructor argument was not serialized, it was
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.

14 years ago* add support for Storage( traits => [...] ) to alter the behaviour of the
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

14 years ago* testing commit
Jos Boumans [Tue, 23 Jun 2009 16:27:53 +0000]
* testing commit

14 years agoHow am I the first one to catch this stevanism?
Shawn M Moore [Tue, 2 Jun 2009 01:36:36 +0000]
How am I the first one to catch this stevanism?

14 years agoChecking in changes prior to tagging of version 0.18. Changelog diff is: 0.18
Tomas Doran (t0m) [Mon, 1 Jun 2009 23:50:23 +0000]
Checking in changes prior to tagging of version 0.18.  Changelog diff is:

14 years agoAdd .gitignore
Tomas Doran (t0m) [Mon, 1 Jun 2009 23:48:15 +0000]
Add .gitignore

14 years agoBump version numbers for release
Tomas Doran (t0m) [Mon, 1 Jun 2009 23:47:17 +0000]
Bump version numbers for release

14 years agoApply patch from RT#46343
Tomas Doran (t0m) [Mon, 1 Jun 2009 23:44:46 +0000]
Apply patch from RT#46343

14 years agoFix .shipit
Tomas Doran (t0m) [Mon, 1 Jun 2009 23:40:37 +0000]
Fix .shipit

14 years agoAdded support for Maybe[...] constraints
Johannes Plunien [Mon, 1 Jun 2009 15:30:18 +0000]
Added support for Maybe[...] constraints

15 years agoChecking in changes prior to tagging of version 0.17. Changelog diff is: 0.17
Tomas Doran [Mon, 6 Apr 2009 21:43:15 +0000]
Checking in changes prior to tagging of version 0.17.  Changelog diff is:

15 years agoWe need not a .cvsignore, but svn ignore props would be useful
Tomas Doran [Mon, 6 Apr 2009 21:37:09 +0000]
We need not a .cvsignore, but svn ignore props would be useful

15 years agoUpdate the use non-deprecated methods, and bump all the version numbers to be current.
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.

15 years agoFix test plan.
Florian Ragwitz [Sun, 22 Feb 2009 04:23:32 +0000]
Fix test plan.

15 years agoFix issue with test when Best isn't available
Tomas Doran [Mon, 29 Sep 2008 15:02:18 +0000]
Fix issue with test when Best isn't available

15 years agoFix issue I'm seeing in MX::Storage when using it in multiple roles which I combine. 0.15
Tomas Doran [Mon, 29 Sep 2008 13:51:36 +0000]
Fix issue I'm seeing in MX::Storage when using it in multiple roles which I combine.

15 years agodemand Module::Install 0.75 0.14
Yuval Kogman [Sun, 22 Jun 2008 01:31:57 +0000]
demand Module::Install 0.75

15 years agoauto_install is evil
Yuval Kogman [Sun, 22 Jun 2008 01:15:37 +0000]
auto_install is evil

15 years agoTest::TempDir
Yuval Kogman [Sun, 22 Jun 2008 01:08:39 +0000]
Test::TempDir

15 years agouse tempfiles in the test suite
Yuval Kogman [Sat, 21 Jun 2008 18:28:17 +0000]
use tempfiles in the test suite

15 years agoadjusting versions and adding to changelog
Stevan Little [Thu, 5 Jun 2008 15:13:13 +0000]
adjusting versions and adding to changelog

15 years agouse refaddr instead of stringification
Jonathan Rockway [Thu, 5 Jun 2008 11:06:56 +0000]
use refaddr instead of stringification

15 years ago0.13
Stevan Little [Sun, 25 May 2008 04:26:58 +0000]
0.13

15 years agosome small tweaks
Stevan Little [Tue, 6 May 2008 23:30:52 +0000]
some small tweaks

16 years agofoo
Stevan Little [Fri, 14 Mar 2008 16:07:18 +0000]
foo

16 years agofixing the traits
Stevan Little [Fri, 14 Mar 2008 14:55:57 +0000]
fixing the traits

16 years ago0.12
Stevan Little [Fri, 14 Mar 2008 13:25:18 +0000]
0.12

16 years agoadd patch from awwaiid for build_requires Test::Deep
Chris Prather [Sat, 26 Jan 2008 06:14:19 +0000]
add patch from awwaiid for build_requires Test::Deep

16 years ago0.11
Stevan Little [Thu, 10 Jan 2008 18:31:17 +0000]
0.11

16 years agoDeferred is done
Stevan Little [Thu, 10 Jan 2008 01:28:07 +0000]
Deferred is done

16 years agoadding support for Deferred
Stevan Little [Thu, 10 Jan 2008 01:13:19 +0000]
adding support for Deferred

16 years agosome changelog tweaks and shit
Stevan Little [Wed, 7 Nov 2007 21:40:03 +0000]
some changelog tweaks and shit

16 years agoremove MANIFEST since we generate it anyway 0_09
Chris Prather [Tue, 23 Oct 2007 19:33:32 +0000]
remove MANIFEST since we generate it anyway

16 years agomake local copy of MX::Storage
Chris Prather [Tue, 23 Oct 2007 19:19:05 +0000]
make local copy of MX::Storage
r34053@alice-3:  perigrin | 2007-10-10 01:00:20 -0500
tag 0.08 release
r34460@alice-3:  perigrin | 2007-10-23 14:18:07 -0500
change to Module::Install (the lack of Makefile.PL was bothering me)

16 years agofixing the utf8 handling for files
Stevan Little [Tue, 23 Oct 2007 18:34:47 +0000]
fixing the utf8 handling for files

16 years agoadding in a utf8 test
Stevan Little [Sun, 21 Oct 2007 02:59:22 +0000]
adding in a utf8 test

16 years agofixing some utf stuff we forgot
Stevan Little [Tue, 16 Oct 2007 04:24:25 +0000]
fixing some utf stuff we forgot

16 years agofixing some utf stuff we forgot
Stevan Little [Tue, 16 Oct 2007 04:20:25 +0000]
fixing some utf stuff we forgot

16 years agofixing some utf stuff we forgot
Stevan Little [Tue, 16 Oct 2007 04:14:06 +0000]
fixing some utf stuff we forgot

16 years agofoo
Stevan Little [Tue, 16 Oct 2007 04:12:56 +0000]
foo

16 years agoadding in some basic change info
Stevan Little [Fri, 5 Oct 2007 13:33:25 +0000]
adding in some basic change info

16 years agoif json is valid utf8 mark it as such
Yuval Kogman [Fri, 5 Oct 2007 03:31:06 +0000]
if json is valid utf8 mark it as such

16 years ago0.07 adding in the Storable role 0_07
Stevan Little [Thu, 27 Sep 2007 20:50:56 +0000]
0.07 adding in the Storable role

16 years agobumping versions and writing changelogs
Stevan Little [Mon, 3 Sep 2007 12:56:46 +0000]
bumping versions and writing changelogs

16 years agoFix number of tests without Digest::HMA which was causing the CPANTS failures
Shawn M Moore [Wed, 8 Aug 2007 23:28:29 +0000]
Fix number of tests without Digest::HMA which was causing the CPANTS failures

16 years ago0.06
Stevan Little [Tue, 7 Aug 2007 05:19:28 +0000]
0.06

16 years agoFix that failing test, caused by $self->collapse_attribute_value() || return
Shawn M Moore [Tue, 7 Aug 2007 05:08:08 +0000]
Fix that failing test, caused by $self->collapse_attribute_value() || return