10 years agomove repository to http://github.com/moose/MooseX-Types-Common master
Karen Etheridge [Sat, 14 Sep 2013 22:09:28 +0000]
move repository to github.com/moose/MooseX-Types-Common

10 years agoempty commit for contributors metadata (re RT#84547)
Toby Inkster [Sat, 14 Sep 2013 22:06:25 +0000]
empty commit for contributors metadata (re RT#84547)

10 years agoproperly handle unicode in upper/lowercase types
Karen Etheridge [Sat, 14 Sep 2013 22:04:10 +0000]
properly handle unicode in upper/lowercase types

10 years agoSingleDigit now accepts [-9 .. 9] not [1 .. 9]
Karen Etheridge [Sat, 14 Sep 2013 21:33:49 +0000]
SingleDigit now accepts [-9 .. 9] not [1 .. 9]

10 years agoadd (author-only) warning tests
Karen Etheridge [Sat, 14 Sep 2013 21:21:59 +0000]
add (author-only) warning tests

10 years agoremove needless use of Capture::Tiny
Karen Etheridge [Sat, 14 Sep 2013 21:19:59 +0000]
remove needless use of Capture::Tiny

10 years agoremove needless use of moose attributes when testing
Karen Etheridge [Sat, 14 Sep 2013 21:15:40 +0000]
remove needless use of moose attributes when testing

10 years agothis test is redundant with t/00-compile.t
Karen Etheridge [Sat, 14 Sep 2013 20:48:39 +0000]
this test is redundant with t/00-compile.t

10 years agofix spelling, whitespace, unused vars release test failures
Karen Etheridge [Sat, 14 Sep 2013 20:46:53 +0000]
fix spelling, whitespace, unused vars release test failures

10 years agoconvert to Dist::Zilla
Karen Etheridge [Sat, 14 Sep 2013 20:27:10 +0000]
convert to Dist::Zilla

10 years agoremove unneeded shebangs
Karen Etheridge [Sat, 14 Sep 2013 20:09:41 +0000]
remove unneeded shebangs

10 years agomake changelog more readable, CPAN::Changes-compliant
Karen Etheridge [Thu, 18 Jul 2013 21:36:44 +0000]
make changelog more readable, CPAN::Changes-compliant

11 years agoprep for release 0.001008 v0.001008
Karen Etheridge [Thu, 14 Jun 2012 18:22:17 +0000]
prep for release

11 years agoMerge branch 'topic/string_case_types'
Karen Etheridge [Thu, 14 Jun 2012 18:18:42 +0000]
Merge branch 'topic/string_case_types'

11 years agoUpper and Lower types should accept nonalphabetic characters too topic/string_case_types
Karen Etheridge [Thu, 14 Jun 2012 17:58:47 +0000]
Upper and Lower types should accept nonalphabetic characters too

11 years agoexplicitly test \n in non-simple strs
Karen Etheridge [Thu, 14 Jun 2012 17:55:22 +0000]
explicitly test \n in non-simple strs

12 years agochanges 0.001007
Justin Hunter [Thu, 23 Feb 2012 16:52:58 +0000]
changes

12 years agobump version
Justin Hunter [Thu, 23 Feb 2012 16:52:42 +0000]
bump version

12 years agono more Test::Exception
Justin Hunter [Thu, 23 Feb 2012 16:51:42 +0000]
no more Test::Exception

12 years agochanges 0.001006
Justin Hunter [Tue, 21 Feb 2012 18:50:52 +0000]
changes

12 years agobump version
Justin Hunter [Tue, 21 Feb 2012 18:50:49 +0000]
bump version

12 years agopod fix per RT #75168
Justin Hunter [Tue, 21 Feb 2012 16:41:47 +0000]
pod fix per RT #75168

12 years agobump version 0.001005
Justin Hunter [Mon, 20 Feb 2012 01:49:34 +0000]
bump version

12 years agochanges
Justin Hunter [Mon, 20 Feb 2012 01:49:28 +0000]
changes

12 years agoRT #74346
Justin Hunter [Mon, 20 Feb 2012 01:49:18 +0000]
RT #74346

12 years agobump version 0.001004
Justin Hunter [Tue, 6 Dec 2011 04:31:23 +0000]
bump version

12 years agoupdate Changes
Justin Hunter [Tue, 6 Dec 2011 04:31:16 +0000]
update Changes

12 years agoadd upper/lowercase for SimpleStr and Str
Justin Hunter [Tue, 6 Dec 2011 04:27:58 +0000]
add upper/lowercase for SimpleStr and Str

12 years agoupdate README (pod2text)
Justin Hunter [Tue, 6 Dec 2011 04:27:15 +0000]
update README (pod2text)

12 years agouse Test::Fatal instead of Test::Exception
Justin Hunter [Tue, 6 Dec 2011 03:33:05 +0000]
use Test::Fatal instead of Test::Exception

12 years agobump version 0.001003
Justin Hunter [Wed, 31 Aug 2011 15:36:07 +0000]
bump version

12 years agoadd release date/time
Justin Hunter [Wed, 31 Aug 2011 15:36:01 +0000]
add release date/time

12 years agoChanges for next release
Dave Rolsky [Wed, 31 Aug 2011 15:23:03 +0000]
Changes for next release

12 years agoAdd release date for 0.001002
Dave Rolsky [Wed, 31 Aug 2011 15:21:30 +0000]
Add release date for 0.001002

12 years agoAdd OrZero types for numbers
Dave Rolsky [Wed, 31 Aug 2011 15:17:34 +0000]
Add OrZero types for numbers

12 years agoZero is not negative or positive
Dave Rolsky [Wed, 31 Aug 2011 15:09:12 +0000]
Zero is not negative or positive

12 years agoAdd more tests, including tests that 0 is not negative or positive
Dave Rolsky [Wed, 31 Aug 2011 15:08:57 +0000]
Add more tests, including tests that 0 is not negative or positive

12 years agoadd inline_as definitions for each type
Dave Rolsky [Fri, 29 Jul 2011 22:00:42 +0000]
add inline_as definitions for each type

14 years agoRT#54357, fix test_requires
Tomas Doran [Tue, 9 Feb 2010 01:15:28 +0000]
RT#54357, fix test_requires

14 years agoAdd a nice loud warning for idiots like me who type the wrong thing all the time
Tomas Doran [Tue, 9 Feb 2010 01:13:15 +0000]
Add a nice loud warning for idiots like me who type the wrong thing all the time

14 years agotiny POD update and cosmetic dist stuff
Guillermo Roditi [Tue, 5 Jan 2010 00:20:05 +0000]
tiny POD update and cosmetic dist stuff

15 years agoadd manifest skip file
Guillermo Roditi [Mon, 2 Feb 2009 20:08:35 +0000]
add manifest skip file

15 years agooops
Guillermo Roditi [Mon, 2 Feb 2009 20:07:05 +0000]
oops

15 years agorestructuring
Guillermo Roditi [Mon, 2 Feb 2009 20:05:27 +0000]
restructuring

15 years agoinitial checkin
Guillermo Roditi [Fri, 30 Jan 2009 01:06:42 +0000]
initial checkin