p5sagit/JSON-MaybeXS.git
2014-10-22 Karen Etheridge make bump
2014-10-22 Karen Etheridge add more diagnostics in tests
2014-10-12 Karen Etheridge Release commit for 1.002005 v1.002005
2014-10-12 Karen Etheridge make bump
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 ':all' export tag
2014-10-12 Karen Etheridge oops, "not" not compatible with &&
2014-10-11 Karen Etheridge Release commit for 1.002004 v1.002004
2014-10-11 Karen Etheridge make bump
2014-10-11 Karen Etheridge remove unused code
2014-10-11 Karen Etheridge is_bool()
2014-10-11 Karen Etheridge do not add an XS prereq if PUREPERL_ONLY passed to...
2014-10-07 Karen Etheridge Release commit for 1.002003 v1.002003
2014-10-07 Karen Etheridge make bump
2014-10-07 Karen Etheridge document JSON->true, JSON->false
2014-08-21 Karen Etheridge Merge pull request #1 from haarg/master
2014-08-21 Graham Knop remove realclean from Makefile.PL and let Distar handle it
2014-08-21 Graham Knop remove version bumping make targets and let distar...
2014-07-27 Karen Etheridge more sophisticated code is needed if we actually have...
2014-07-26 Karen Etheridge more utility files - copied from Import-Into dist
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-06-14 Karen Etheridge fix incorrect use of i.e.
2014-06-14 Karen Etheridge capitalize abstract
2014-04-24 Karen Etheridge Release commit for 1.002002 v1.002002
2014-04-24 Karen Etheridge reverse order of data construction, to keep Cpanel...
2014-04-23 Karen Etheridge Release commit for 1.002001 v1.002001
2014-04-23 Karen Etheridge bump version to 1.002001
2014-04-23 Karen Etheridge update contributors list in pod
2014-04-23 Karen Etheridge add link to JSON.pm
2014-04-23 Karen Etheridge make all skip messages look the same
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 typo fix (via RT#90169)
2014-04-23 Karen Etheridge META_MERGE section cannot be dynamic - so always recomm...
2014-04-23 Karen Etheridge Release commit for 1.002000 v1.002000
2014-04-23 Karen Etheridge bump version to 1.002000
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 header for the changelog
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...
2014-04-23 Karen Etheridge do { require ... } will explode if the require failed...
2014-04-23 Clinton Gormley apply with_JSON_XS_v2.patch from RT#94892
2013-12-11 Matt S Trout Release commit for 1.001000 v1.001000
2013-12-11 Matt S Trout bump version
2013-12-11 Matt S Trout Add a constructor that accepts arguments
2013-05-22 Matt S Trout Release commit for 1.000000 v1.000000
2013-05-22 Matt S Trout ignore MANIFEST.SKIP
2013-05-22 Matt S Trout ignore Distar
2013-05-22 Matt S Trout initial Changes file
2013-05-22 Matt S Trout .gitignore from ether
2013-05-22 Matt S Trout mark build deps as build_requires
2013-05-22 Matt S Trout POD and Makefile.PL
2013-05-22 Matt S Trout Initial import of JSON::MaybeXS