6 years agoRelease commit for 1.000008 v1.000008
Karen Etheridge [Tue, 3 Oct 2017 01:12:18 +0000]
Release commit for 1.000008

6 years agoBumping version to 1.000008
Karen Etheridge [Tue, 3 Oct 2017 01:11:43 +0000]
Bumping version to 1.000008

6 years agopreserve list context for the sub being called by $_call_if_can
Karen Etheridge [Tue, 3 Oct 2017 00:49:48 +0000]
preserve list context for the sub being called by $_call_if_can

also add some additional tests to demonstrate behaviour in list context
(some of which failed before the fix)

6 years agofix test labels
Karen Etheridge [Tue, 3 Oct 2017 00:41:40 +0000]
fix test labels

6 years agoskip the redundant blessed call in $_call_if_can
Karen Etheridge [Fri, 22 Sep 2017 16:37:48 +0000]
skip the redundant blessed call in $_call_if_can

6 years agoRelease commit for 1.000007 v1.000007
Karen Etheridge [Fri, 22 Sep 2017 02:24:11 +0000]
Release commit for 1.000007

6 years agoBumping version to 1.000007
Karen Etheridge [Fri, 22 Sep 2017 02:21:09 +0000]
Bumping version to 1.000007

6 years ago$_call_if_can
Karen Etheridge [Fri, 22 Sep 2017 02:20:56 +0000]
$_call_if_can

6 years agotest the return value of successful $_call_if_object calls
Karen Etheridge [Fri, 22 Sep 2017 01:09:15 +0000]
test the return value of successful $_call_if_object calls

6 years agoexplicitly test the return value of the false results
Karen Etheridge [Fri, 22 Sep 2017 00:50:00 +0000]
explicitly test the return value of the false results

6 years agoignore my local TODO file
Karen Etheridge [Thu, 21 Sep 2017 23:37:42 +0000]
ignore my local TODO file

6 years agokeep namespace cleaner: don't import blessed()
Karen Etheridge [Thu, 21 Sep 2017 23:32:05 +0000]
keep namespace cleaner: don't import blessed()

6 years agoensure extra metadata is treated as v2.0 internally
Karen Etheridge [Thu, 21 Sep 2017 23:31:17 +0000]
ensure extra metadata is treated as v2.0 internally

7 years agoRelease commit for 1.000006 v1.000006
Graham Knop [Mon, 31 Oct 2016 22:08:10 +0000]
Release commit for 1.000006

7 years agoBumping version to 1.000006
Graham Knop [Mon, 31 Oct 2016 22:07:58 +0000]
Bumping version to 1.000006

7 years agoavoid needing . in @INC in dev mode
Graham Knop [Mon, 17 Oct 2016 15:37:52 +0000]
avoid needing . in @INC in dev mode

9 years agoMake ->does, ->DOES safe on old perls (RT#100866)
Karen Etheridge [Sun, 15 Mar 2015 01:09:20 +0000]
Make ->does, ->DOES safe on old perls (RT#100866)

9 years agoexplicitly mark the end of code and start of pod
Karen Etheridge [Sun, 15 Mar 2015 00:37:58 +0000]
explicitly mark the end of code and start of pod

9 years agodrop the use of fatal warnings in tests
Karen Etheridge [Sun, 15 Mar 2015 00:25:01 +0000]
drop the use of fatal warnings in tests

It can be a good idea to fatalize warnings for the author, but we do not want
to block end-user installs if some new perl adds a warning that we did not
predict.

9 years agoignore new EUMM artifacts
Karen Etheridge [Sun, 15 Mar 2015 00:24:28 +0000]
ignore new EUMM artifacts

9 years agoadd some test cases to show that undef invocants are handled too
Karen Etheridge [Wed, 1 Oct 2014 04:12:52 +0000]
add some test cases to show that undef invocants are handled too

9 years agoremove realclean from Makefile.PL and let Distar handle it
Graham Knop [Thu, 21 Aug 2014 15:41:53 +0000]
remove realclean from Makefile.PL and let Distar handle it

9 years agoremove version bumping make targets and let distar handle it
Graham Knop [Thu, 21 Aug 2014 15:39:35 +0000]
remove version bumping make targets and let distar handle it

9 years agoRelease commit for 1.000005 v1.000005
Karen Etheridge [Sat, 16 Aug 2014 22:15:56 +0000]
Release commit for 1.000005

9 years agodeclare some test prereqs
Karen Etheridge [Sat, 16 Aug 2014 22:11:19 +0000]
declare some test prereqs

9 years agocopy bump-version script from Import-Into
Karen Etheridge [Sat, 16 Aug 2014 22:11:04 +0000]
copy bump-version script from Import-Into

9 years agocopy meta munging from JSON-MaybeXS
Karen Etheridge [Sat, 16 Aug 2014 22:10:00 +0000]
copy meta munging from JSON-MaybeXS

9 years agolink to 2013 lightning talk
Karen Etheridge [Sat, 16 Aug 2014 22:02:17 +0000]
link to 2013 lightning talk

9 years agoadd some realclean targets
Karen Etheridge [Sat, 16 Aug 2014 22:01:39 +0000]
add some realclean targets

9 years agotighten up entries
Karen Etheridge [Sat, 16 Aug 2014 22:00:59 +0000]
tighten up entries

10 years agorestore hyphens in Changes lines
Matt S Trout [Thu, 5 Dec 2013 01:54:08 +0000]
restore hyphens in Changes lines

10 years agocomment blessed use so people who fail at perl stop trying to break it
Matt S Trout [Thu, 5 Dec 2013 01:53:40 +0000]
comment blessed use so people who fail at perl stop trying to break it

10 years agobump version to 1.000005
Karen Etheridge [Tue, 3 Dec 2013 22:37:31 +0000]
bump version to 1.000005

10 years agoindicate minimum perl version required
Karen Etheridge [Tue, 3 Dec 2013 22:37:13 +0000]
indicate minimum perl version required

10 years agotypo in changelog
Karen Etheridge [Tue, 3 Dec 2013 22:36:53 +0000]
typo in changelog

10 years agono need for MANIFEST to be committed
Karen Etheridge [Tue, 3 Dec 2013 22:28:30 +0000]
no need for MANIFEST to be committed

10 years agoRelease commit for 1.000004 v1.000004
Karen Etheridge [Thu, 19 Sep 2013 04:31:53 +0000]
Release commit for 1.000004

10 years agocommit current MANIFEST
Karen Etheridge [Thu, 19 Sep 2013 04:26:50 +0000]
commit current MANIFEST

10 years agobump version for release
Karen Etheridge [Thu, 19 Sep 2013 04:22:18 +0000]
bump version for release

10 years agofix bad metadata (x_PREREQ_PM)
Karen Etheridge [Thu, 19 Sep 2013 04:16:54 +0000]
fix bad metadata (x_PREREQ_PM)

10 years agospelling (RT#87692)
David Steinbrunner [Thu, 19 Sep 2013 04:11:58 +0000]
spelling (RT#87692)

10 years agono longer inherit from Exporter
Karen Etheridge [Thu, 19 Sep 2013 04:10:12 +0000]
no longer inherit from Exporter

10 years agogotta have a .gitignore file
Karen Etheridge [Thu, 19 Sep 2013 04:20:12 +0000]
gotta have a .gitignore file

10 years agowe can still save a dep, but gotta have a plan...
Karen Etheridge [Wed, 18 Sep 2013 16:30:03 +0000]
we can still save a dep, but gotta have a plan...

10 years agoproperly set v2 metadata!
Karen Etheridge [Fri, 23 Aug 2013 00:08:46 +0000]
properly set v2 metadata!

10 years agoensure we create a v2 meta file
Karen Etheridge [Tue, 30 Jul 2013 00:40:14 +0000]
ensure we create a v2 meta file

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

11 years agoRelease commit for 1.000003 v1.000003
Karen Etheridge [Tue, 26 Mar 2013 04:03:14 +0000]
Release commit for 1.000003

11 years agoadd some metadata
Karen Etheridge [Tue, 26 Mar 2013 04:02:33 +0000]
add some metadata

11 years agobump version
Karen Etheridge [Tue, 26 Mar 2013 04:01:38 +0000]
bump version

11 years agofix NAME entry in Makefile.PL (RT#84212)
Karen Etheridge [Tue, 26 Mar 2013 03:58:10 +0000]
fix NAME entry in Makefile.PL (RT#84212)

11 years agoRelease commit for 1.000002 v1.000002
Matt S Trout [Thu, 19 Jul 2012 19:00:48 +0000]
Release commit for 1.000002

11 years agobump version
Matt S Trout [Thu, 19 Jul 2012 19:00:07 +0000]
bump version

11 years agoDocument why we don't try and handle class names
Matt S Trout [Thu, 19 Jul 2012 18:59:57 +0000]
Document why we don't try and handle class names

11 years agoaaaaaaargh I'm an idiot (typo)
Matt S Trout [Thu, 19 Jul 2012 18:57:31 +0000]
aaaaaaargh I'm an idiot (typo)

11 years agoRelease commit for 1.000001 v1.000001
Matt S Trout [Wed, 18 Jul 2012 16:27:39 +0000]
Release commit for 1.000001

11 years agobump version
Matt S Trout [Wed, 18 Jul 2012 16:27:13 +0000]
bump version

11 years agodoc typo fix
Matt S Trout [Wed, 18 Jul 2012 16:26:14 +0000]
doc typo fix

11 years agoRelease commit for 1.000000 v1.000000
Matt S Trout [Wed, 18 Jul 2012 15:43:14 +0000]
Release commit for 1.000000

11 years agoswitch to no_plan to save a dep
Matt S Trout [Wed, 18 Jul 2012 15:42:39 +0000]
switch to no_plan to save a dep

11 years agoInitial import of code
Matt S Trout [Wed, 18 Jul 2012 15:36:05 +0000]
Initial import of code

11 years agoinitial commit - empty .gitignore
Matt S Trout [Wed, 18 Jul 2012 15:36:05 +0000]
initial commit - empty .gitignore