Karen Etheridge [Fri, 10 Oct 2014 05:28:26 +0000]
do not add an XS prereq if PUREPERL_ONLY passed to Makefile.PL
Karen Etheridge [Tue, 7 Oct 2014 16:43:07 +0000]
Release commit for 1.002003
Karen Etheridge [Tue, 7 Oct 2014 16:39:10 +0000]
make bump
Karen Etheridge [Tue, 7 Oct 2014 16:36:27 +0000]
document JSON->true, JSON->false
Karen Etheridge [Thu, 21 Aug 2014 16:36:22 +0000]
Merge pull request #1 from haarg/master
remove extraneous bits that have been merged into Distar
Graham Knop [Thu, 21 Aug 2014 15:44:19 +0000]
remove realclean from Makefile.PL and let Distar handle it
Graham Knop [Thu, 21 Aug 2014 15:37:49 +0000]
remove version bumping make targets and let distar handle it
Karen Etheridge [Sun, 27 Jul 2014 01:41:33 +0000]
more sophisticated code is needed if we actually have build-phase prereqs
Karen Etheridge [Sat, 26 Jul 2014 17:47:16 +0000]
more utility files - copied from Import-Into dist
Karen Etheridge [Thu, 17 Jul 2014 17:28:57 +0000]
more boilerplate for older EUMM
Karen Etheridge [Thu, 17 Jul 2014 17:28:45 +0000]
keep the minimum perl prereq to metadata
Karen Etheridge [Thu, 17 Jul 2014 17:28:28 +0000]
keep strict metadata in META_MERGE and prereqs in META_ADD
Karen Etheridge [Wed, 9 Jul 2014 16:59:47 +0000]
always specify a base prereq for EUMM
Karen Etheridge [Sat, 14 Jun 2014 22:57:31 +0000]
add more make realclean targets
Karen Etheridge [Sat, 14 Jun 2014 22:56:54 +0000]
fix incorrect use of i.e.
Karen Etheridge [Sat, 14 Jun 2014 22:56:44 +0000]
capitalize abstract
Karen Etheridge [Thu, 24 Apr 2014 04:01:39 +0000]
Release commit for 1.002002
Karen Etheridge [Thu, 24 Apr 2014 03:57:19 +0000]
reverse order of data construction, to keep Cpanel::JSON::XS out of META.*
We need to use META_ADD and make that data look how we want it to be in
META.*, then use that to construct PREREQ_PM etc (META_ADD rather than
META_MERGE means that this data, based on the state of the releaser's machine,
won't be added to META.*
Of course, if we generated META.* via a different mechanism than EUMM, we
wouldn't have to go to all this trouble...
Karen Etheridge [Wed, 23 Apr 2014 16:58:31 +0000]
Release commit for 1.002001
Karen Etheridge [Wed, 23 Apr 2014 16:43:07 +0000]
bump version to 1.002001
Karen Etheridge [Wed, 23 Apr 2014 16:57:23 +0000]
update contributors list in pod
Karen Etheridge [Wed, 23 Apr 2014 16:57:14 +0000]
add link to JSON.pm
Karen Etheridge [Wed, 23 Apr 2014 16:46:02 +0000]
make all skip messages look the same
Karen Etheridge [Wed, 23 Apr 2014 16:42:38 +0000]
add missing configure requires - ExtUtils::CBuilder is not guaranteed to be at the right version in core
Karen Etheridge [Wed, 23 Apr 2014 16:39:01 +0000]
oops, BUILD_REQUIRES is undef
Karen Etheridge [Wed, 23 Apr 2014 16:14:57 +0000]
typo fix (via RT#90169)
Karen Etheridge [Wed, 23 Apr 2014 16:12:59 +0000]
META_MERGE section cannot be dynamic - so always recommend Cpanel::JSON::XS (META.json is correct in the 1.002000 release)
Karen Etheridge [Wed, 23 Apr 2014 06:21:34 +0000]
Release commit for 1.002000
Karen Etheridge [Wed, 23 Apr 2014 06:20:08 +0000]
bump version to 1.002000
Karen Etheridge [Wed, 23 Apr 2014 06:13:50 +0000]
move prereq data to the right place depending on EUMM; add a minimum perl version
Karen Etheridge [Wed, 23 Apr 2014 06:13:25 +0000]
add repo and bugtracker metadata
Karen Etheridge [Wed, 23 Apr 2014 06:03:34 +0000]
header for the changelog
Karen Etheridge [Wed, 23 Apr 2014 06:03:04 +0000]
"make realclean" also cleans out Distar/
Karen Etheridge [Wed, 23 Apr 2014 06:02:26 +0000]
dynamically adjust prereqs based on if JSON::XS is already installed
Karen Etheridge [Wed, 23 Apr 2014 05:43:19 +0000]
do { require ... } will explode if the require failed - need an eval here!
Clinton Gormley [Mon, 21 Apr 2014 11:50:23 +0000]
apply with_JSON_XS_v2.patch from RT#94892
Matt S Trout [Wed, 11 Dec 2013 01:57:44 +0000]
Release commit for 1.001000
Matt S Trout [Wed, 11 Dec 2013 01:56:56 +0000]
bump version
Matt S Trout [Wed, 11 Dec 2013 01:56:28 +0000]
Add a constructor that accepts arguments
Matt S Trout [Wed, 22 May 2013 18:30:37 +0000]
Release commit for 1.000000
Matt S Trout [Wed, 22 May 2013 18:30:01 +0000]
ignore MANIFEST.SKIP
Matt S Trout [Wed, 22 May 2013 18:28:22 +0000]
ignore Distar
Matt S Trout [Wed, 22 May 2013 18:10:38 +0000]
initial Changes file
Matt S Trout [Wed, 22 May 2013 18:08:20 +0000]
.gitignore from ether
Matt S Trout [Wed, 22 May 2013 18:07:36 +0000]
mark build deps as build_requires
Matt S Trout [Wed, 22 May 2013 17:39:29 +0000]
POD and Makefile.PL
Matt S Trout [Wed, 22 May 2013 17:21:56 +0000]
Initial import of JSON::MaybeXS