10 years agomove repository to http://github.com/moose/MooseX-Types master
Karen Etheridge [Sun, 8 Sep 2013 21:56:50 +0000]
move repository to github.com/moose/MooseX-Types

10 years agoswitch to my pluginbundle for better sanity
Karen Etheridge [Sun, 8 Sep 2013 21:53:57 +0000]
switch to my pluginbundle for better sanity

10 years agoset copyright_year to the first release
Karen Etheridge [Sun, 8 Sep 2013 21:53:15 +0000]
set copyright_year to the first release

10 years ago$AUTHORITY = 'cpan:PHAYLON';
Karen Etheridge [Sun, 8 Sep 2013 21:48:16 +0000]
$AUTHORITY = 'cpan:PHAYLON';

10 years agospelling and pod fixes
Karen Etheridge [Sun, 8 Sep 2013 21:45:46 +0000]
spelling and pod fixes

10 years agoremove duplicate CONTRIBUTORS section
Karen Etheridge [Sun, 8 Sep 2013 21:53:40 +0000]
remove duplicate CONTRIBUTORS section

10 years agoSub::Install is not used anywhere; was added for no apparent reason
Karen Etheridge [Sun, 8 Sep 2013 21:18:43 +0000]
Sub::Install is not used anywhere; was added for no apparent reason

10 years agouse namespace::autoclean instead of namespace::clean
Karen Etheridge [Sun, 8 Sep 2013 20:49:58 +0000]
use namespace::autoclean instead of namespace::clean

10 years agoClass::MOP::load_class was deprecated in Moose-2.1100
Karen Etheridge [Sat, 7 Sep 2013 21:42:19 +0000]
Class::MOP::load_class was deprecated in Moose-2.1100

10 years agofix duplicate plugin entry
Karen Etheridge [Sat, 22 Jun 2013 20:53:02 +0000]
fix duplicate plugin entry

10 years agoMooseX-Types-0.36 v0.36
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)

10 years agoGive credit to contributors in pod and metadata
Karen Etheridge [Sat, 22 Jun 2013 20:27:19 +0000]
Give credit to contributors in pod and metadata

10 years agofix prereqs
Karen Etheridge [Sat, 22 Jun 2013 16:54:43 +0000]
fix prereqs

10 years agofixed old release dates and formatting
Karen Etheridge [Sat, 22 Jun 2013 20:36:42 +0000]
fixed old release dates and formatting

10 years agono trailing whitespace
Karen Etheridge [Sat, 22 Jun 2013 20:32:56 +0000]
no trailing whitespace

10 years agolots more dzil goodness
Karen Etheridge [Sat, 22 Jun 2013 16:44:20 +0000]
lots more dzil goodness

10 years agomore spelling fixes
Karen Etheridge [Sat, 22 Jun 2013 16:42:07 +0000]
more spelling fixes

10 years agoadd missing stopwords
Karen Etheridge [Sat, 22 Jun 2013 16:39:45 +0000]
add missing stopwords

10 years agochangelog
Karen Etheridge [Sat, 22 Jun 2013 15:58:48 +0000]
changelog

10 years agoadd workaround for perl 5.8.5 bug rt77100
Graham Knop [Sat, 22 Jun 2013 10:57:12 +0000]
add workaround for perl 5.8.5 bug

10 years agoFix spelling mistake
Dave Rolsky [Tue, 18 Jun 2013 15:08:32 +0000]
Fix spelling mistake

11 years agoDocumentation: Apostrophe police.
Paul Fenwick [Tue, 4 Dec 2012 04:05:57 +0000]
Documentation: Apostrophe police.

11 years agospelling fix
Karen Etheridge [Tue, 21 Aug 2012 05:15:43 +0000]
spelling fix

11 years agov0.35 v0.35
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)

11 years agoBump version
Dave Rolsky [Sat, 19 May 2012 05:43:43 +0000]
Bump version

11 years agoDoc ->isa & ->can fix in Changes
Dave Rolsky [Sat, 19 May 2012 05:43:37 +0000]
Doc ->isa & ->can fix in Changes

11 years agoMake ->isa and ->can work when called on the class itself
Dave Rolsky [Sat, 19 May 2012 05:43:06 +0000]
Make ->isa and ->can work when called on the class itself

11 years agoFailing test for calling ->isa or ->can as a class methods on MooseX::Types::TypeDeco...
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

11 years agoDoc bug fix in Changes
Dave Rolsky [Sat, 19 May 2012 03:54:30 +0000]
Doc bug fix in Changes

11 years agoDon't assume that $search_tc->parent returns an object!
Dave Rolsky [Sat, 19 May 2012 03:53:15 +0000]
Don't assume that $search_tc->parent returns an object!

11 years agoAdd failing test for bug introduced in 0.32 - cannot subtype Any
Dave Rolsky [Sat, 19 May 2012 03:51:35 +0000]
Add failing test for bug introduced in 0.32 - cannot subtype Any

11 years agov0.34 v0.34
Robert Sedlacek [Fri, 18 May 2012 21:45:42 +0000]
v0.34

        - Special case new to avoid unexpected exceptions on unloaded classes

11 years agoBump version
Robert Sedlacek [Fri, 18 May 2012 21:43:35 +0000]
Bump version

11 years agouse MX:T Item constraint intstead of string type specification
Robert Sedlacek [Fri, 18 May 2012 21:41:54 +0000]
use MX:T Item constraint intstead of string type specification

11 years agoSpecial case new to avoid unexpected exceptions on unloaded classes
Matt S Trout [Fri, 18 May 2012 21:18:07 +0000]
Special case new to avoid unexpected exceptions on unloaded classes

11 years agov0.33 v0.33
Robert Sedlacek [Fri, 18 May 2012 20:40:26 +0000]
v0.33

        - Switch delegation order to prioritise type over class except for new

11 years agoBump version
Robert Sedlacek [Fri, 18 May 2012 20:39:53 +0000]
Bump version

11 years agotry again you muppet
Matt S Trout [Fri, 18 May 2012 20:35:38 +0000]
try again you muppet

11 years agov0.32 v0.32
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

11 years agoBump version
Robert Sedlacek [Fri, 18 May 2012 13:56:08 +0000]
Bump version

11 years agoupdate documentation and simplify invocant selection
Matt S Trout [Fri, 18 May 2012 13:43:58 +0000]
update documentation and simplify invocant selection

11 years agotest the type constraint directly, don't be clever
Matt S Trout [Fri, 18 May 2012 13:39:43 +0000]
test the type constraint directly, don't be clever

11 years agoclean up type type searching
Matt S Trout [Fri, 18 May 2012 13:35:55 +0000]
clean up type type searching

11 years agomake class search up type parents work
Matt S Trout [Fri, 18 May 2012 13:31:46 +0000]
make class search up type parents work

11 years agoimprove delegation
Matt S Trout [Fri, 18 May 2012 13:30:44 +0000]
improve delegation

11 years agoadd a test for direct check
Matt S Trout [Fri, 18 May 2012 13:17:28 +0000]
add a test for direct check

11 years agoadd test for class type
Matt S Trout [Fri, 18 May 2012 12:57:37 +0000]
add test for class type

12 years agoPOD fix
Justin Hunter [Mon, 16 Apr 2012 20:26:08 +0000]
POD fix

12 years agosolve the DateTime problem
Matt S Trout [Wed, 11 Apr 2012 21:06:13 +0000]
solve the DateTime problem

12 years agoFix a var name that's always confused me.
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.

12 years agov0.31 v0.31
Dave Rolsky [Thu, 22 Dec 2011 23:44:02 +0000]
v0.31

        - Add support for qw( :all ) on MooseX::Types::Combine libraries. (kentnl)

12 years agoBump version
Dave Rolsky [Thu, 22 Dec 2011 23:43:47 +0000]
Bump version

12 years agoMerge branch 'topic/support_all'
Dave Rolsky [Thu, 22 Dec 2011 23:42:47 +0000]
Merge branch 'topic/support_all'

12 years agoMake formatting more like the rest of the code
Dave Rolsky [Thu, 22 Dec 2011 23:42:19 +0000]
Make formatting more like the rest of the code

12 years agov0.30 v0.30
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)

12 years agoBump version
Dave Rolsky [Sun, 18 Sep 2011 02:40:21 +0000]
Bump version

12 years agoChanges for next release
Dave Rolsky [Sun, 18 Sep 2011 02:40:16 +0000]
Changes for next release

12 years agofix broken test
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.

12 years agoAdd support for :all on MooseX::Types::Combine
Kent Fredric [Wed, 24 Aug 2011 07:53:00 +0000]
Add support for :all on MooseX::Types::Combine

add a basic test for :all

12 years agov0.29 v0.29
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.

12 years agoShow ArrayRef in synopsis
Dave Rolsky [Sat, 20 Aug 2011 13:41:13 +0000]
Show ArrayRef in synopsis

12 years agoBump version
Dave Rolsky [Sat, 20 Aug 2011 13:38:00 +0000]
Bump version

12 years agoChanges for next version
Dave Rolsky [Sat, 20 Aug 2011 13:37:53 +0000]
Changes for next version

12 years agoRequire namespace::clean 0.19
Dave Rolsky [Sat, 20 Aug 2011 13:34:32 +0000]
Require namespace::clean 0.19

12 years agoSmall formatting fix
Dave Rolsky [Tue, 2 Aug 2011 15:08:37 +0000]
Small formatting fix

12 years agov0.28 v0.28
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)

12 years agoBump version
Dave Rolsky [Tue, 2 Aug 2011 15:08:03 +0000]
Bump version

12 years agoChanges for next release
Dave Rolsky [Tue, 2 Aug 2011 15:07:55 +0000]
Changes for next release

12 years agoFix meta resource info
Dave Rolsky [Tue, 2 Aug 2011 15:06:49 +0000]
Fix meta resource info

12 years agov0.27 v0.27
Dave Rolsky [Mon, 6 Jun 2011 19:27:00 +0000]
v0.27

        - A better fix for type constraint changes in Moose 2.0100. (doy)

12 years agoAdd inline to spelling whitelist
Dave Rolsky [Mon, 6 Jun 2011 19:26:46 +0000]
Add inline to spelling whitelist

12 years agoBump version
Dave Rolsky [Mon, 6 Jun 2011 19:26:15 +0000]
Bump version

12 years agoChanges for 0.27
Dave Rolsky [Mon, 6 Jun 2011 19:26:10 +0000]
Changes for 0.27

12 years agoallow inlining if the type has been subsequently defined
Jesse Luehrs [Thu, 19 May 2011 14:56:39 +0000]
allow inlining if the type has been subsequently defined

12 years agofix spelling of integer
Dave Rolsky [Mon, 6 Jun 2011 18:58:17 +0000]
fix spelling of integer

12 years agoUse Git dzil plugin
Dave Rolsky [Mon, 6 Jun 2011 18:55:37 +0000]
Use Git dzil plugin

12 years agoUpdated version
Dave Rolsky [Mon, 6 Jun 2011 18:55:27 +0000]
Updated version

12 years agoIgnore dzil generated files
Dave Rolsky [Mon, 6 Jun 2011 18:55:20 +0000]
Ignore dzil generated files

12 years agoMention docs in Changes 0.26
Dave Rolsky [Sun, 5 Jun 2011 16:07:04 +0000]
Mention docs in Changes

12 years agoAdd more words to whitelist
Dave Rolsky [Sun, 5 Jun 2011 16:06:33 +0000]
Add more words to whitelist

12 years agoFix NextRelease format to match existing format
Dave Rolsky [Sun, 5 Jun 2011 16:05:59 +0000]
Fix NextRelease format to match existing format

12 years agotweak whitelist
Dave Rolsky [Sun, 5 Jun 2011 16:05:19 +0000]
tweak whitelist

12 years agoChanges for next release
Dave Rolsky [Sun, 5 Jun 2011 16:04:43 +0000]
Changes for next release

12 years agoSome cleanup of docs in main module (still needs a lot of work)
Dave Rolsky [Sun, 5 Jun 2011 16:04:00 +0000]
Some cleanup of docs in main module (still needs a lot of work)

12 years agoCleanup some code in the docs
Dave Rolsky [Sun, 5 Jun 2011 15:54:43 +0000]
Cleanup some code in the docs

12 years agoGive up changes test for now
Dave Rolsky [Sun, 5 Jun 2011 15:53:04 +0000]
Give up changes test for now

12 years agos/indetermined/unknown/
Dave Rolsky [Sun, 5 Jun 2011 15:52:55 +0000]
s/indetermined/unknown/

12 years agoUse simply %Y-%m-%d for release date
Dave Rolsky [Sun, 5 Jun 2011 15:50:46 +0000]
Use simply %Y-%m-%d for release date

12 years agoGive up on tabs tests for now
Dave Rolsky [Sun, 5 Jun 2011 15:42:46 +0000]
Give up on tabs tests for now

12 years agoFixup coverage test code
Dave Rolsky [Sun, 5 Jun 2011 15:41:34 +0000]
Fixup coverage test code

12 years agoadd manual coverage & spelling tests. Fix spelling errors
Dave Rolsky [Sun, 5 Jun 2011 15:40:58 +0000]
add manual coverage & spelling tests. Fix spelling errors

12 years agoRemove PodCoverageTests (will do this manually)
Dave Rolsky [Sun, 5 Jun 2011 15:38:55 +0000]
Remove PodCoverageTests (will do this manually)

12 years agofix some cruft from dzilization
Dave Rolsky [Sun, 5 Jun 2011 15:37:23 +0000]
fix some cruft from dzilization

12 years agoFix typo in abstract
Dave Rolsky [Sun, 5 Jun 2011 15:36:50 +0000]
Fix typo in abstract

12 years agoswitching over to dzil
Dave Rolsky [Sun, 5 Jun 2011 15:35:19 +0000]
switching over to dzil

12 years agobump version to 0.26
Dave Rolsky [Sun, 5 Jun 2011 15:26:24 +0000]
bump version to 0.26

12 years agoAdd can_be_inlined method to undefined type
Dave Rolsky [Sun, 5 Jun 2011 15:25:07 +0000]
Add can_be_inlined method to undefined type

13 years agobump version to 0.25 0.25
Dave Rolsky [Tue, 30 Nov 2010 19:50:22 +0000]
bump version to 0.25

13 years agoAdd release date (down to the second!)
Dave Rolsky [Tue, 30 Nov 2010 19:50:06 +0000]
Add release date (down to the second!)

13 years agoMake changes format for NEXT match past releases
Dave Rolsky [Mon, 15 Nov 2010 05:57:34 +0000]
Make changes format for NEXT match past releases