Karen Etheridge [Tue, 7 Aug 2012 18:25:37 +0000]
include -TRIAL in tag name
Karen Etheridge [Tue, 7 Aug 2012 18:25:27 +0000]
typo in config parameter
Karen Etheridge [Tue, 7 Aug 2012 18:25:06 +0000]
with [Git::GatherDir], no need for a MANIFEST.SKIP
Karen Etheridge [Tue, 7 Aug 2012 18:24:16 +0000]
only bundle files known to git
Karen Etheridge [Mon, 11 Jun 2012 16:17:38 +0000]
dist.ini improvements
- edit "git describe" data into the main package for the dist
- include trial status in version in Changes
- Test::CPAN::Meta has been fixed: MetaTests now work
Karen Etheridge [Fri, 1 Jun 2012 17:54:24 +0000]
MooseX-AlwaysCoerce-0.17
- conversion to Dist::Zilla
Karen Etheridge [Fri, 1 Jun 2012 17:47:15 +0000]
fix ignore entries, to make [Git::Check] happy during release
Karen Etheridge [Fri, 1 Jun 2012 17:36:30 +0000]
Merge branch 'topic/dzil_conversion'
Karen Etheridge [Fri, 1 Jun 2012 17:32:13 +0000]
changelog
Karen Etheridge [Fri, 1 Jun 2012 17:27:46 +0000]
more dzil configs, and lots more tests
Karen Etheridge [Fri, 1 Jun 2012 17:26:47 +0000]
initial dzil conversion, with minimal dist.ini
Karen Etheridge [Fri, 1 Jun 2012 17:35:48 +0000]
revert contentious commits since 0.16 that do not work
Karen Etheridge [Fri, 10 Jun 2011 22:56:47 +0000]
Revert "better check for if add_class_attribute is present."
This reverts commit
620f60fd8297bf2ccfde2f391f9ebb63a74af18b.
The method won't be present in this package -- this is a role!!
Karen Etheridge [Thu, 7 Apr 2011 16:42:28 +0000]
better check for if add_class_attribute is present.
Karen Etheridge [Thu, 7 Apr 2011 16:32:31 +0000]
don't attempt to wrap a method from MooseX::ClassAttribute if the consuming class isn't applying that trait.
Karen Etheridge [Wed, 16 Mar 2011 18:43:48 +0000]
changes for 0.16 release
Karen Etheridge [Mon, 14 Mar 2011 18:45:25 +0000]
changelog for 0.15 release
Karen Etheridge [Wed, 9 Mar 2011 01:29:15 +0000]
bump required versions of MXRP and MXCA to latest
Karen Etheridge [Tue, 8 Mar 2011 18:39:39 +0000]
doh, I missed a hardcoded version in the pod
Karen Etheridge [Tue, 8 Mar 2011 18:33:20 +0000]
changelog for 0.14 release (applied_attribute)
Jesse Luehrs [Tue, 8 Mar 2011 06:05:36 +0000]
enable applied_attribute
Karen Etheridge [Mon, 7 Mar 2011 18:11:42 +0000]
set new version to 0.13
Karen Etheridge [Mon, 7 Mar 2011 18:00:55 +0000]
update repository info to point to shadowcat
Karen Etheridge [Mon, 7 Mar 2011 17:57:00 +0000]
add release date to Changes
Karen Etheridge [Mon, 7 Mar 2011 17:40:40 +0000]
converted to Test::Fatal
Karen Etheridge [Mon, 7 Mar 2011 17:27:30 +0000]
fixed tests to "pass" under latest MXRP (0.25); however todo tests still remain
Karen Etheridge [Fri, 8 Oct 2010 19:50:39 +0000]
ignore more files
Karen Etheridge [Fri, 8 Oct 2010 19:33:41 +0000]
fix bad repo url
Karen Etheridge [Fri, 8 Oct 2010 19:16:29 +0000]
bump to 0.12 to fix upload *again*
Karen Etheridge [Fri, 8 Oct 2010 19:07:02 +0000]
0.11 release to fix bad tarball.
Karen Etheridge [Fri, 8 Oct 2010 18:58:18 +0000]
add MANIFEST.SKIP; update gitignore. 0.10 release FAIL! :(
Karen Etheridge [Fri, 8 Oct 2010 18:07:38 +0000]
this dist came from my repo, so changing repo URL.
Karen Etheridge [Fri, 8 Oct 2010 18:18:38 +0000]
bump to version 0.10
Karen Etheridge [Fri, 8 Oct 2010 17:26:39 +0000]
Changelog for 0.10
Jesse Luehrs [Fri, 8 Oct 2010 01:37:58 +0000]
this gives class attributes to the metaclass, which isn't what we want
this actually triggers an edge case bug in metaclass compat, so it's
probably better to just remove it, since it's not actually necessary.
Karen Etheridge [Fri, 24 Sep 2010 04:54:39 +0000]
.gitignore
Karen Etheridge [Mon, 16 Aug 2010 20:39:07 +0000]
convert to using Test::Requires
Rafael Kitover [Thu, 5 Aug 2010 03:43:31 +0000]
support attributes without isa, better tests, release
Rafael Kitover [Thu, 5 Aug 2010 03:15:11 +0000]
make a test safer, release
Rafael Kitover [Thu, 5 Aug 2010 03:11:29 +0000]
release 0.07
Rafael Kitover [Thu, 5 Aug 2010 03:09:54 +0000]
support class_has with no isa, with test
Rafael Kitover [Thu, 5 Aug 2010 03:02:45 +0000]
TODO-ify failing tests
Karen Etheridge [Tue, 3 Aug 2010 21:28:52 +0000]
isa is not a required option -- dont do anything extra if class attr was not defined with an isa
Rafael Kitover [Sun, 1 Aug 2010 05:52:10 +0000]
respect value of coerce not only if 0
Rafael Kitover [Sun, 1 Aug 2010 05:21:53 +0000]
fix for class attributes in roles
Karen Etheridge [Thu, 29 Jul 2010 22:18:15 +0000]
potential fixes for role problems.. doesnt solve everything though; will have to see if MX::ClassAttribute is partially to blame here
(See https://rt.cpan.org/Public/Bug/Display.html?id=59844)
Karen Etheridge [Thu, 29 Jul 2010 22:06:07 +0000]
add Test::NoWarnings; add (failing) tests for the use of MX::AlwaysCoerce from a role
Rafael Kitover [Wed, 28 Jul 2010 01:02:27 +0000]
update copyright year
Rafael Kitover [Wed, 28 Jul 2010 00:59:25 +0000]
release
Rafael Kitover [Wed, 28 Jul 2010 00:44:27 +0000]
TODO-ify MX::Method::Signatures test
Karen Etheridge [Tue, 27 Jul 2010 22:10:57 +0000]
update Moose::Exporter calls for post-0.93 Moose API (RT#59744)
Karen Etheridge [Tue, 27 Jul 2010 21:40:06 +0000]
Updated test to properly handle a missing dependency
Rafael Kitover [Tue, 13 Jul 2010 06:46:03 +0000]
switch to Test::Exception, add failing test for MooseX::Method::Signatures
Rafael Kitover [Tue, 13 Jul 2010 00:06:07 +0000]
release
Rafael Kitover [Tue, 13 Jul 2010 00:03:39 +0000]
actually apply Schwern's patch
Michael G. Schwern [Sun, 27 Jun 2010 23:50:39 +0000]
Only coerce if the accessor's type can coerce.
Otherwise the Moose will get angry.
Rafael Kitover [Mon, 12 Jul 2010 23:50:26 +0000]
add failing tests for types without coercion, add Schwern to CONTRIBUTORS
Michael G. Schwern [Sun, 27 Jun 2010 23:50:16 +0000]
Better diagnostics when the evals fail.
Rafael Kitover [Sat, 6 Mar 2010 05:28:59 +0000]
remove t/00-load.t (was failing), release
Rafael Kitover [Tue, 16 Jun 2009 18:01:56 +0000]
add test for has with coerce => 0
Rafael Kitover [Tue, 16 Jun 2009 17:50:26 +0000]
release
Rafael Kitover [Tue, 16 Jun 2009 17:49:47 +0000]
make coerce => 0 work for class_has
Rafael Kitover [Tue, 16 Jun 2009 17:24:06 +0000]
rewritten using metaroles, the Moose way
Rafael Kitover [Mon, 15 Jun 2009 22:23:03 +0000]
first release
Rafael Kitover [Mon, 15 Jun 2009 21:39:40 +0000]
skeleton