Karen Etheridge [Sun, 8 Sep 2013 21:56:50 +0000]
move repository to github.com/moose/MooseX-Types
Karen Etheridge [Sun, 8 Sep 2013 21:53:57 +0000]
switch to my pluginbundle for better sanity
Karen Etheridge [Sun, 8 Sep 2013 21:53:15 +0000]
set copyright_year to the first release
Karen Etheridge [Sun, 8 Sep 2013 21:48:16 +0000]
$AUTHORITY = 'cpan:PHAYLON';
Karen Etheridge [Sun, 8 Sep 2013 21:45:46 +0000]
spelling and pod fixes
Karen Etheridge [Sun, 8 Sep 2013 21:53:40 +0000]
remove duplicate CONTRIBUTORS section
Karen Etheridge [Sun, 8 Sep 2013 21:18:43 +0000]
Sub::Install is not used anywhere; was added for no apparent reason
Karen Etheridge [Sun, 8 Sep 2013 20:49:58 +0000]
use namespace::autoclean instead of namespace::clean
Karen Etheridge [Sat, 7 Sep 2013 21:42:19 +0000]
Class::MOP::load_class was deprecated in Moose-2.1100
Karen Etheridge [Sat, 22 Jun 2013 20:53:02 +0000]
fix duplicate plugin entry
Karen Etheridge [Sat, 22 Jun 2013 20:52:30 +0000]
MooseX-Types-0.36
- fixed failing tests on 5.8.5 due to incorrect == overload
(RT#77100, Graham Knop)
Karen Etheridge [Sat, 22 Jun 2013 20:27:19 +0000]
Give credit to contributors in pod and metadata
Karen Etheridge [Sat, 22 Jun 2013 16:54:43 +0000]
fix prereqs
Karen Etheridge [Sat, 22 Jun 2013 20:36:42 +0000]
fixed old release dates and formatting
Karen Etheridge [Sat, 22 Jun 2013 20:32:56 +0000]
no trailing whitespace
Karen Etheridge [Sat, 22 Jun 2013 16:44:20 +0000]
lots more dzil goodness
Karen Etheridge [Sat, 22 Jun 2013 16:42:07 +0000]
more spelling fixes
Karen Etheridge [Sat, 22 Jun 2013 16:39:45 +0000]
add missing stopwords
Karen Etheridge [Sat, 22 Jun 2013 15:58:48 +0000]
changelog
Graham Knop [Sat, 22 Jun 2013 10:57:12 +0000]
add workaround for perl 5.8.5 bug
Dave Rolsky [Tue, 18 Jun 2013 15:08:32 +0000]
Fix spelling mistake
Paul Fenwick [Tue, 4 Dec 2012 04:05:57 +0000]
Documentation: Apostrophe police.
Karen Etheridge [Tue, 21 Aug 2012 05:15:43 +0000]
spelling fix
Dave Rolsky [Sat, 19 May 2012 05:44:06 +0000]
v0.35
- The new delegation code could fail when a type had no
parent. Attempting to subtype Any was one way to trigger the
bug. (Dave Rolsky)
- The new delegation code broke calling ->can or ->isa on
MooseX::Types::TypeDecorator as a class method. (Dave Rolsky)
Dave Rolsky [Sat, 19 May 2012 05:43:43 +0000]
Bump version
Dave Rolsky [Sat, 19 May 2012 05:43:37 +0000]
Doc ->isa & ->can fix in Changes
Dave Rolsky [Sat, 19 May 2012 05:43:06 +0000]
Make ->isa and ->can work when called on the class itself
Dave Rolsky [Sat, 19 May 2012 05:42:54 +0000]
Failing test for calling ->isa or ->can as a class methods on MooseX::Types::TypeDecorator
Dave Rolsky [Sat, 19 May 2012 03:54:30 +0000]
Doc bug fix in Changes
Dave Rolsky [Sat, 19 May 2012 03:53:15 +0000]
Don't assume that $search_tc->parent returns an object!
Dave Rolsky [Sat, 19 May 2012 03:51:35 +0000]
Add failing test for bug introduced in 0.32 - cannot subtype Any
Robert Sedlacek [Fri, 18 May 2012 21:45:42 +0000]
v0.34
- Special case new to avoid unexpected exceptions on unloaded classes
Robert Sedlacek [Fri, 18 May 2012 21:43:35 +0000]
Bump version
Robert Sedlacek [Fri, 18 May 2012 21:41:54 +0000]
use MX:T Item constraint intstead of string type specification
Matt S Trout [Fri, 18 May 2012 21:18:07 +0000]
Special case new to avoid unexpected exceptions on unloaded classes
Robert Sedlacek [Fri, 18 May 2012 20:40:26 +0000]
v0.33
- Switch delegation order to prioritise type over class except for new
Robert Sedlacek [Fri, 18 May 2012 20:39:53 +0000]
Bump version
Matt S Trout [Fri, 18 May 2012 20:35:38 +0000]
try again you muppet
Robert Sedlacek [Fri, 18 May 2012 13:56:35 +0000]
v0.32
- Support delegation of methods to the class for class types
- Factor out _try_delegate method
Robert Sedlacek [Fri, 18 May 2012 13:56:08 +0000]
Bump version
Matt S Trout [Fri, 18 May 2012 13:43:58 +0000]
update documentation and simplify invocant selection
Matt S Trout [Fri, 18 May 2012 13:39:43 +0000]
test the type constraint directly, don't be clever
Matt S Trout [Fri, 18 May 2012 13:35:55 +0000]
clean up type type searching
Matt S Trout [Fri, 18 May 2012 13:31:46 +0000]
make class search up type parents work
Matt S Trout [Fri, 18 May 2012 13:30:44 +0000]
improve delegation
Matt S Trout [Fri, 18 May 2012 13:17:28 +0000]
add a test for direct check
Matt S Trout [Fri, 18 May 2012 12:57:37 +0000]
add test for class type
Justin Hunter [Mon, 16 Apr 2012 20:26:08 +0000]
POD fix
Matt S Trout [Wed, 11 Apr 2012 21:06:13 +0000]
solve the DateTime problem
Dave Rolsky [Fri, 17 Feb 2012 17:37:27 +0000]
Fix a var name that's always confused me.
The caller() is the $caller, not the $callee.
Dave Rolsky [Thu, 22 Dec 2011 23:44:02 +0000]
v0.31
- Add support for qw( :all ) on MooseX::Types::Combine libraries. (kentnl)
Dave Rolsky [Thu, 22 Dec 2011 23:43:47 +0000]
Bump version
Dave Rolsky [Thu, 22 Dec 2011 23:42:47 +0000]
Merge branch 'topic/support_all'
Dave Rolsky [Thu, 22 Dec 2011 23:42:19 +0000]
Make formatting more like the rest of the code
Dave Rolsky [Sun, 18 Sep 2011 02:41:28 +0000]
v0.30
- Fix a bug in the tests that caused failures with Moose HEAD. (doy)
Dave Rolsky [Sun, 18 Sep 2011 02:40:21 +0000]
Bump version
Dave Rolsky [Sun, 18 Sep 2011 02:40:16 +0000]
Changes for next release
Jesse Luehrs [Sat, 17 Sep 2011 23:16:22 +0000]
fix broken test
this test reuses type names (unintentionally). previously, moose
wouldn't care about redefining types to unrelated things if you did it
via class_type or role_type, but this was a bug which is now fixed.
Kent Fredric [Wed, 24 Aug 2011 07:53:00 +0000]
Add support for :all on MooseX::Types::Combine
add a basic test for :all
Dave Rolsky [Sat, 20 Aug 2011 13:43:06 +0000]
v0.29
- Require namespace::clean 0.19. Tests fail with 0.18. Reported by
Ruslan Zakirov. RT #67923.
Dave Rolsky [Sat, 20 Aug 2011 13:41:13 +0000]
Show ArrayRef in synopsis
Dave Rolsky [Sat, 20 Aug 2011 13:38:00 +0000]
Bump version
Dave Rolsky [Sat, 20 Aug 2011 13:37:53 +0000]
Changes for next version
Dave Rolsky [Sat, 20 Aug 2011 13:34:32 +0000]
Require namespace::clean 0.19
Dave Rolsky [Tue, 2 Aug 2011 15:08:37 +0000]
Small formatting fix
Dave Rolsky [Tue, 2 Aug 2011 15:08:18 +0000]
v0.28
- Fixed git and bug tracking info in META.{yml,json}. Reported by
Petter Rabbitson. (Dave Rolsky)
Dave Rolsky [Tue, 2 Aug 2011 15:08:03 +0000]
Bump version
Dave Rolsky [Tue, 2 Aug 2011 15:07:55 +0000]
Changes for next release
Dave Rolsky [Tue, 2 Aug 2011 15:06:49 +0000]
Fix meta resource info
Dave Rolsky [Mon, 6 Jun 2011 19:27:00 +0000]
v0.27
- A better fix for type constraint changes in Moose 2.0100. (doy)
Dave Rolsky [Mon, 6 Jun 2011 19:26:46 +0000]
Add inline to spelling whitelist
Dave Rolsky [Mon, 6 Jun 2011 19:26:15 +0000]
Bump version
Dave Rolsky [Mon, 6 Jun 2011 19:26:10 +0000]
Changes for 0.27
Jesse Luehrs [Thu, 19 May 2011 14:56:39 +0000]
allow inlining if the type has been subsequently defined
Dave Rolsky [Mon, 6 Jun 2011 18:58:17 +0000]
fix spelling of integer
Dave Rolsky [Mon, 6 Jun 2011 18:55:37 +0000]
Use Git dzil plugin
Dave Rolsky [Mon, 6 Jun 2011 18:55:27 +0000]
Updated version
Dave Rolsky [Mon, 6 Jun 2011 18:55:20 +0000]
Ignore dzil generated files
Dave Rolsky [Sun, 5 Jun 2011 16:07:04 +0000]
Mention docs in Changes
Dave Rolsky [Sun, 5 Jun 2011 16:06:33 +0000]
Add more words to whitelist
Dave Rolsky [Sun, 5 Jun 2011 16:05:59 +0000]
Fix NextRelease format to match existing format
Dave Rolsky [Sun, 5 Jun 2011 16:05:19 +0000]
tweak whitelist
Dave Rolsky [Sun, 5 Jun 2011 16:04:43 +0000]
Changes for next release
Dave Rolsky [Sun, 5 Jun 2011 16:04:00 +0000]
Some cleanup of docs in main module (still needs a lot of work)
Dave Rolsky [Sun, 5 Jun 2011 15:54:43 +0000]
Cleanup some code in the docs
Dave Rolsky [Sun, 5 Jun 2011 15:53:04 +0000]
Give up changes test for now
Dave Rolsky [Sun, 5 Jun 2011 15:52:55 +0000]
s/indetermined/unknown/
Dave Rolsky [Sun, 5 Jun 2011 15:50:46 +0000]
Use simply %Y-%m-%d for release date
Dave Rolsky [Sun, 5 Jun 2011 15:42:46 +0000]
Give up on tabs tests for now
Dave Rolsky [Sun, 5 Jun 2011 15:41:34 +0000]
Fixup coverage test code
Dave Rolsky [Sun, 5 Jun 2011 15:40:58 +0000]
add manual coverage & spelling tests. Fix spelling errors
Dave Rolsky [Sun, 5 Jun 2011 15:38:55 +0000]
Remove PodCoverageTests (will do this manually)
Dave Rolsky [Sun, 5 Jun 2011 15:37:23 +0000]
fix some cruft from dzilization
Dave Rolsky [Sun, 5 Jun 2011 15:36:50 +0000]
Fix typo in abstract
Dave Rolsky [Sun, 5 Jun 2011 15:35:19 +0000]
switching over to dzil
Dave Rolsky [Sun, 5 Jun 2011 15:26:24 +0000]
bump version to 0.26
Dave Rolsky [Sun, 5 Jun 2011 15:25:07 +0000]
Add can_be_inlined method to undefined type
Dave Rolsky [Tue, 30 Nov 2010 19:50:22 +0000]
bump version to 0.25
Dave Rolsky [Tue, 30 Nov 2010 19:50:06 +0000]
Add release date (down to the second!)
Dave Rolsky [Mon, 15 Nov 2010 05:57:34 +0000]
Make changes format for NEXT match past releases