avoid needing . in @INC in dev mode
[p5sagit/JSON-MaybeXS.git] / Makefile.PL
2016-10-16 Graham Knop avoid needing . in @INC in dev mode
2016-10-03 Karen Etheridge adding a meta-spec to both META_* sections also fixes...
2016-10-03 Karen Etheridge get Cpanel::JSON::XS out of META.json runtime-requires...
2016-06-28 David Golden remove test dependency on Test::Without::Module (RT...
2016-06-28 Karen Etheridge document the github repo so we can get pull requests
2016-06-28 Karen Etheridge no need to check Cpanel::JSON::XS version - always...
2016-06-28 Karen Etheridge simplify JSON::XS prereq
2016-06-28 Karen Etheridge factor out the PUREPERL_ONLY check
2016-04-04 Karen Etheridge add some keywords to metadata
2015-12-10 Karen Etheridge fix typo in comment
2015-07-25 Karen Etheridge bump up prereq on JSON::PP
2015-07-25 Karen Etheridge only parse the args once
2015-07-25 Karen Etheridge fix this command
2015-03-22 Karen Etheridge fix x_contributors metadata
2015-03-14 Karen Etheridge changelog and x_contributors for RT#102733
2014-12-08 Karen Etheridge add x_contributors metadata
2014-12-06 Karen Etheridge prevent version incompatibilities leading to "JSON...
2014-12-06 Karen Etheridge the module uses Cpanel::JSON::XS no matter what its...
2014-10-30 Karen Etheridge clean up :legacy patches
2014-10-12 Karen Etheridge canonical repository moved to git://git.shadowcat.co...
2014-10-12 Karen Etheridge swapped out Safe::Isa for Scalar::Util
2014-10-12 Karen Etheridge oops, "not" not compatible with &&
2014-10-11 Karen Etheridge is_bool()
2014-10-11 Karen Etheridge do not add an XS prereq if PUREPERL_ONLY passed to...
2014-08-21 Graham Knop remove realclean from Makefile.PL and let Distar handle it
2014-07-27 Karen Etheridge more sophisticated code is needed if we actually have...
2014-07-17 Karen Etheridge more boilerplate for older EUMM
2014-07-17 Karen Etheridge keep the minimum perl prereq to metadata
2014-07-17 Karen Etheridge keep strict metadata in META_MERGE and prereqs in META_ADD
2014-07-09 Karen Etheridge always specify a base prereq for EUMM
2014-06-14 Karen Etheridge add more make realclean targets
2014-04-24 Karen Etheridge reverse order of data construction, to keep Cpanel...
2014-04-23 Karen Etheridge add missing configure requires - ExtUtils::CBuilder...
2014-04-23 Karen Etheridge oops, BUILD_REQUIRES is undef
2014-04-23 Karen Etheridge META_MERGE section cannot be dynamic - so always recomm...
2014-04-23 Karen Etheridge move prereq data to the right place depending on EUMM...
2014-04-23 Karen Etheridge add repo and bugtracker metadata
2014-04-23 Karen Etheridge "make realclean" also cleans out Distar/
2014-04-23 Karen Etheridge dynamically adjust prereqs based on if JSON::XS is...
2013-05-22 Matt S Trout mark build deps as build_requires
2013-05-22 Matt S Trout POD and Makefile.PL