Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / maint / Makefile.PL.inc /
2016-09-28 Dagfinn Ilmari Man... Fix building on perls with no . in @INC
2016-03-06 Peter Rabbitson (optdeps) _gen_pod can *very much* fail, not sure what...
2016-03-05 Peter Rabbitson Apparently -i and -jN do not work on win32, what the...
2016-03-01 Peter Rabbitson Several cosmetic fixups, making next commit easier...
2016-03-01 Peter Rabbitson Revert ab340f7f - it no longer makes sense given the...
2016-02-29 Peter Rabbitson Institute a central "load this first in testing" package
2016-02-11 Peter Rabbitson Add experimental meta flags signifying the status of...
2015-10-15 Peter Rabbitson Stop using bare $] throughout - protects the codebase...
2015-02-28 Peter Rabbitson Move a number of tests to xt, restructure extra lists
2015-02-10 Peter Rabbitson Move the SQLite test dependency specification to optdeps
2015-01-25 Peter Rabbitson Add import-time action stub to OptDeps, switch distbuil...
2015-01-25 Peter Rabbitson Rewrite optdeps to accept a list of groups
2014-12-23 Peter Rabbitson (travis) Add 5.8.1 dev-testing to avoid crap like RT...
2014-10-21 Peter Rabbitson Cherry picks from current/for_cpan_index (flux due...
2014-10-20 Peter Rabbitson Bump blead version
2014-09-25 Peter Rabbitson Even though perl_5 should be valid in 1.4, CPANTS barfs
2014-09-24 Peter Rabbitson Clarify licensing, ensure footers are consistent throug...
2014-09-24 Peter Rabbitson Deal with authorship properly, in a future-sustainable...
2014-09-23 Peter Rabbitson Reorganize dist-time meta handling (no semantic changes)
2014-07-24 Peter Rabbitson Change version style/handling (doc coming up shortly)
2014-05-28 Peter Rabbitson Use the correct $PROGRAM_NAME for the initial dbicadmin...
2013-11-05 Peter Rabbitson This is an expensive author-only test, move to xt/
2013-10-18 Peter Rabbitson Add a MAKEFLAGS parallel execution config on travis
2013-08-29 Peter Rabbitson Automatically regenerate the example ddl/db from the...
2013-08-29 Peter Rabbitson Generalize the SQLite DDL generation tool (see next...
2013-04-24 Peter Rabbitson Unbreak devrel version checks
2013-04-22 Peter Rabbitson ... and devrel 0.08249_03
2013-04-20 Peter Rabbitson Devrel 0.08249_01
2013-03-10 Peter Rabbitson Merge branch 'master' into topic/constructor_rewrite
2013-03-10 Peter Rabbitson Abraxxa-proof the distbuild (disallow `make manifest...
2013-03-08 Peter Rabbitson Augment 1b6cbedd (reverting my moronic use of preamble...
2013-03-08 Graham Knop move the location of the extra upload checks so it...
2013-03-02 Peter Rabbitson Do not auto-install dist-building dependencies in autho...
2013-02-20 Peter Rabbitson Even more distbuilding checks
2013-02-20 Peter Rabbitson Even more distbuilding checks
2013-02-14 Peter Rabbitson EXPERIMENTAL Release 0.08240 v0.08240
2013-02-13 Peter Rabbitson Stop shipping world writeable files in our tarball
2013-01-29 Peter Rabbitson Prevent spurious unclean git repo state on ddl regeneration
2013-01-25 Peter Rabbitson Make `perl Makefile.PL` runs more user friendly - bette...
2013-01-23 Peter Rabbitson ::Storage::BlockRunner now has minimum POD, tell CPAN...
2013-01-21 Peter Rabbitson Reign in (a little bit) the sprawling CRLF insanity...
2013-01-12 Peter Rabbitson Ensure the testddl is regenerated at Makefile and distd...
2012-12-19 Peter Rabbitson Fixup possible crlf in generated files
2012-12-19 Peter Rabbitson Switch rm to rm -f - we do not care about failure
2012-12-19 Peter Rabbitson Move generated README to maint/.Generated_Pod as well...
2012-12-19 Peter Rabbitson Use plain old file concat for the dbicadmin pod-injection
2012-12-19 Peter Rabbitson Create distinct lib/ subdir in maint/.Generated_Pod...
2012-12-19 Peter Rabbitson Rewrite all Makefile oneliners in terms of EU::MM:...
2012-12-14 Peter Rabbitson Force xt/ tests to run on anything involving a create_d...
2012-12-14 Peter Rabbitson Since .generated_pod is no longer shipped in-dist,...
2012-12-14 Peter Rabbitson Make pod generation more palatable to the existing...
2012-12-14 Peter Rabbitson Merge all pod generation into one inc snippet, cleanup...
2012-12-14 Peter Rabbitson Do not mask Makefile.PL errors in END block
2012-12-11 Brendan Byrd Utilize Pod::Inherit to add an INHERITED METHODS sectio...
2012-12-10 Peter Rabbitson Move generated POD to its own dir
2012-12-10 Peter Rabbitson While permanentising meta/ 62628242 did not properly...
2012-11-18 Peter Rabbitson While the TODO was solved in b11221ff the source of...
2012-04-16 Peter Rabbitson Version/dist Makefile.PL safety checks
2012-04-11 Peter Rabbitson No longer depend on MI::AuthorTests. Switch xt tests...
2012-02-04 Peter Rabbitson Normalize -'s and _'s in maint names and Makefile options
2012-01-30 Peter Rabbitson Fix forgotten whitespace - this is what I get for no...
2012-01-29 Peter Rabbitson Forgotten diag and some clarifications of fc4b0448
2012-01-29 Peter Rabbitson Factor out the Makefile.PL into easily digestable snippets