Karen Etheridge [Sat, 27 Nov 2010 19:40:28 +0000]
correct dependencies list: Scalar::Util required by installation; the rest are test requirements, not build requirements (although META.yml comes out the same)
Karen Etheridge [Sat, 27 Nov 2010 19:36:34 +0000]
convert all uses of Test::Exception to Test::Fatal.
Karen Etheridge [Tue, 24 Aug 2010 23:55:16 +0000]
more convert to using Test::Requires
Dave Rolsky [Sun, 22 Aug 2010 15:34:51 +0000]
Release date
Dave Rolsky [Sun, 22 Aug 2010 15:34:36 +0000]
bump version to 0.25
Dave Rolsky [Tue, 17 Aug 2010 16:14:12 +0000]
Changes for 0.25
Dave Rolsky [Tue, 17 Aug 2010 16:13:48 +0000]
require next Moose version
Dave Rolsky [Tue, 17 Aug 2010 16:12:44 +0000]
Changes to work with latest Moose, which changed how defaults are handled in inline constructor
Dave Rolsky [Tue, 17 Aug 2010 16:12:04 +0000]
Add my name to spelling whitelist
Karen Etheridge [Mon, 16 Aug 2010 21:14:17 +0000]
convert to using Test::Requires
Dave Rolsky [Thu, 15 Jul 2010 15:44:27 +0000]
bump version
Dave Rolsky [Thu, 15 Jul 2010 15:44:16 +0000]
Changes for 0.24
Dave Rolsky [Thu, 15 Jul 2010 15:43:58 +0000]
bump Moose prereq to 0.94
Dave Rolsky [Thu, 15 Jul 2010 15:43:13 +0000]
bump version
Dave Rolsky [Thu, 15 Jul 2010 15:42:58 +0000]
Changes for 0.23
Dave Rolsky [Thu, 15 Jul 2010 15:42:26 +0000]
Remove useless whitespace
Dave Rolsky [Thu, 15 Jul 2010 15:41:55 +0000]
Use modern MetaRole API
Dave Rolsky [Fri, 25 Dec 2009 16:07:43 +0000]
Run extra tests for ShipIt
Dave Rolsky [Fri, 25 Dec 2009 16:07:26 +0000]
add extra_tests
Dave Rolsky [Fri, 25 Dec 2009 16:07:07 +0000]
move xt tests to xt/author for Module::Install to work
Dave Rolsky [Fri, 25 Dec 2009 16:04:23 +0000]
bump version to 0.22
Dave Rolsky [Fri, 25 Dec 2009 16:04:12 +0000]
switch all tests to done_testing
Dave Rolsky [Fri, 25 Dec 2009 16:01:41 +0000]
make all xt tests optional, require Test::More 0.88+
Dave Rolsky [Fri, 25 Dec 2009 15:58:35 +0000]
add a bunch of author-only tests
Dave Rolsky [Fri, 25 Dec 2009 15:54:41 +0000]
add version to all modules
Dave Rolsky [Fri, 25 Dec 2009 15:53:55 +0000]
Changes for 0.22
Dave Rolsky [Fri, 25 Dec 2009 15:52:45 +0000]
Doc future deprecation of new
Dave Rolsky [Fri, 25 Dec 2009 15:51:19 +0000]
Updated docs to not mention new(), document initialize(), and various other doc cleanup
Dave Rolsky [Fri, 25 Dec 2009 15:41:32 +0000]
Add parens to has's attr definition
Dave Rolsky [Fri, 25 Dec 2009 15:41:08 +0000]
tidy all code
Dave Rolsky [Fri, 25 Dec 2009 15:39:46 +0000]
s/no Moose/no Moose::Role/g
Dave Rolsky [Fri, 25 Dec 2009 15:38:45 +0000]
Fix NAME in pod
Dave Rolsky [Fri, 25 Dec 2009 15:38:32 +0000]
Add pod to MooseX::Singleton::Role::Meta::Method::Constructor
Dave Rolsky [Fri, 25 Dec 2009 15:37:07 +0000]
remove shbang from modules
Dave Rolsky [Fri, 25 Dec 2009 15:35:27 +0000]
Make initialize work
Dave Rolsky [Fri, 25 Dec 2009 15:35:17 +0000]
Add tests for initialize actually working
Dave Rolsky [Fri, 25 Dec 2009 15:34:04 +0000]
Tidy code and use Test::Exception
Dave Rolsky [Thu, 24 Dec 2009 20:17:45 +0000]
Add a test that singletons are not destroyed (although this doesn't test the real bug report, which involved POE)
Dave Rolsky [Fri, 18 Sep 2009 20:41:08 +0000]
Remove doubled up code
Dave Rolsky [Sat, 12 Sep 2009 14:50:23 +0000]
update changes and bump version to 0.21
Dave Rolsky [Sat, 12 Sep 2009 14:48:57 +0000]
fix use lines to load roles, not old class names
Dave Rolsky [Fri, 11 Sep 2009 14:28:42 +0000]
update ChangeLog, bump version to 0.20
Dave Rolsky [Fri, 11 Sep 2009 14:28:19 +0000]
No need to require the latest Moose
Dave Rolsky [Fri, 11 Sep 2009 14:23:42 +0000]
Removing VERSION heading in POD, which we never keep up to dit
Dave Rolsky [Fri, 11 Sep 2009 14:20:32 +0000]
Converted this extension to use MetaRole
This is a bit gross, but it works, and it cooperates with MX::StrictConstructor, at least.
Shawn M Moore [Thu, 9 Jul 2009 19:14:24 +0000]
Bump to 0.19
Shawn M Moore [Thu, 9 Jul 2009 19:14:07 +0000]
Changelog entry
Shawn M Moore [Thu, 9 Jul 2009 19:13:23 +0000]
Remove README
Dave Rolsky [Sun, 21 Jun 2009 20:24:37 +0000]
require the latest Moose
Dave Rolsky [Sun, 21 Jun 2009 20:22:57 +0000]
bump version to 0.18
Dave Rolsky [Sun, 21 Jun 2009 20:17:42 +0000]
Add changes for next release
Dave Rolsky [Sun, 21 Jun 2009 20:12:54 +0000]
Get rid of a pointless BEGIN block
Dave Rolsky [Fri, 24 Apr 2009 18:03:33 +0000]
s/\t/ /g;
Shawn M Moore [Fri, 24 Apr 2009 17:57:31 +0000]
Begin 0.17 releng
Hans Dieter Pearcey [Fri, 24 Apr 2009 17:55:29 +0000]
_clear_instance and tests
Dave Rolsky [Fri, 24 Apr 2009 15:14:23 +0000]
push to origin after tagging
Dave Rolsky [Fri, 24 Apr 2009 15:13:25 +0000]
Add release date
Dave Rolsky [Fri, 24 Apr 2009 15:12:51 +0000]
bump version to 0.16
Dave Rolsky [Fri, 24 Apr 2009 15:06:08 +0000]
Add changes for 0.16
Dave Rolsky [Fri, 24 Apr 2009 15:05:02 +0000]
Add _expected_method_class for compat with latest CMOP
Dave Rolsky [Tue, 7 Apr 2009 16:08:28 +0000]
Fix skip list
Dave Rolsky [Tue, 7 Apr 2009 16:08:06 +0000]
Ignore .git
Dave Rolsky [Tue, 7 Apr 2009 16:07:55 +0000]
Add skip list
Dave Rolsky [Tue, 7 Apr 2009 16:07:01 +0000]
Add ignore list
Dave Rolsky [Tue, 7 Apr 2009 16:05:38 +0000]
Update .shipit for git
Dave Rolsky [Tue, 7 Apr 2009 16:05:14 +0000]
require latest Moose
Dave Rolsky [Tue, 7 Apr 2009 16:04:18 +0000]
this should be version 0.15
Dave Rolsky [Tue, 7 Apr 2009 16:04:03 +0000]
Update changes for next releaes
Dave Rolsky [Tue, 7 Apr 2009 14:51:33 +0000]
make version 0.16 everywhere
Dave Rolsky [Sun, 5 Apr 2009 22:25:09 +0000]
Changes for next version
Dave Rolsky [Sun, 5 Apr 2009 22:22:09 +0000]
changes to work with Moose 0.73_01+
modernized handling of constructor class, and modernized the constructor generation itself
Dave Rolsky [Fri, 23 Jan 2009 18:19:26 +0000]
Add tests and fix for implicit object construction skipping BUILD &
BUILDARGS.
Dave Rolsky [Fri, 23 Jan 2009 17:59:38 +0000]
Removing what I'm pretty darn sure is a bogus "use metaclass" (since
we already set the metaclass in MX::Singleton->init_meta)
Dave Rolsky [Thu, 22 Jan 2009 23:09:33 +0000]
bump version to 0.14
Dave Rolsky [Thu, 22 Jan 2009 22:41:11 +0000]
update changes and prereqs for next release
Shawn M Moore [Mon, 8 Dec 2008 23:21:55 +0000]
Give ii copyright
Shawn M Moore [Mon, 8 Dec 2008 23:21:42 +0000]
It's now probably more Dave's code than my own :)
Dave Rolsky [Mon, 8 Dec 2008 17:10:45 +0000]
bump version to 0.13
Dave Rolsky [Mon, 8 Dec 2008 17:10:24 +0000]
Add release date
Dave Rolsky [Fri, 5 Dec 2008 17:09:30 +0000]
This shuts up a warning I see in my code that uses
MX::Singleton. Unfortunately, I cannot really diagnose why I see it
there and not in the MX::Singleton tests, so I can't add a test. I'm
lame.
Dave Rolsky [Thu, 4 Dec 2008 21:44:33 +0000]
Update changelog
Dave Rolsky [Thu, 4 Dec 2008 21:44:13 +0000]
some changes to work the next Moose, making constructor inlining work
Dave Rolsky [Sat, 20 Sep 2008 14:36:06 +0000]
Add release date
Dave Rolsky [Thu, 18 Sep 2008 15:11:20 +0000]
Incorporate the throw_error bits from Moose turnk
Dave Rolsky [Thu, 18 Sep 2008 15:09:39 +0000]
prepping for next release
Dave Rolsky [Mon, 15 Sep 2008 17:08:57 +0000]
Will require the next Moose
Dave Rolsky [Sat, 13 Sep 2008 02:39:42 +0000]
Fixes to work with latest Moose.
Dave Rolsky [Fri, 5 Sep 2008 13:18:15 +0000]
Require Moose 0.57
Dave Rolsky [Fri, 5 Sep 2008 13:17:49 +0000]
bump version and updates changes
Dave Rolsky [Fri, 5 Sep 2008 13:16:38 +0000]
I'm not sure what changed here but we need to get confess into scope
or else the constructor blows up.
This may need to change again with the next release.
Dave Rolsky [Mon, 1 Sep 2008 16:43:48 +0000]
bumper version to 0.10 and depend on Moose 0.56
Dave Rolsky [Fri, 22 Aug 2008 18:38:28 +0000]
Fix changelog file name
Dave Rolsky [Fri, 22 Aug 2008 18:38:04 +0000]
Bump version and add changes for 0.09_02 (just a dependency fix)
Dave Rolsky [Fri, 22 Aug 2008 02:51:54 +0000]
Doh, forgot to increment the required Moose version before the latest release
Dave Rolsky [Thu, 21 Aug 2008 15:05:17 +0000]
Fix date for last release
Dave Rolsky [Thu, 21 Aug 2008 14:37:23 +0000]
Updates to work with the latest dev release of Moose
Dave Rolsky [Fri, 27 Jun 2008 04:00:12 +0000]
Fix immutability work with latest Moose (0.51), and require said Moose
Shawn M Moore [Sat, 24 May 2008 19:23:21 +0000]
Eliminate tabs from ChangeLog
Shawn M Moore [Sat, 24 May 2008 17:30:23 +0000]
Update README.
This is going out as 0.08
Shawn M Moore [Sat, 24 May 2008 17:25:36 +0000]
Ignore auto-generated files