remove underscores from version using tr rather than eval
[p5sagit/Distar.git] / lib / Distar.pm
2020-04-14 Graham Knop remove underscores from version using tr rather than...
2020-04-14 Graham Knop set uid and gid when using bsd tar
2020-02-06 Graham Knop refactor adding distar code to Makefile
2020-02-06 Graham Knop handle GNU tar named gnutar, and improve diagnostic...
2019-06-04 Graham Knop allow LICENSE generation to fail during disttest phase
2019-04-06 Graham Knop silence errors if tar and gtar don't exist
2019-02-20 Graham Knop add missing File::Basename load
2019-02-20 Graham Knop reduce reliance on distar root directory
2019-02-20 Graham Knop include changes text in release commit and tag
2019-02-19 Graham Knop fix adding license to manifest
2019-02-19 Graham Knop call Distar::import when remaking
2019-02-18 Graham Knop goto Exporter::import rather than using export_to_level
2019-02-18 Graham Knop inject Distar behavior at import time rather than compi...
2019-02-18 Graham Knop fix license add-to-manifest call
2019-02-15 Graham Knop bump version and add basic changelog v0.003000
2018-04-26 Graham Knop license file generation
2018-02-15 Graham Knop fix author handling
2018-01-28 Graham Knop don't pass author if not set
2017-12-01 Graham Knop try to force tar format and uid/gid
2017-09-02 Graham Knop remove default FAKE_RELEASE setting, allowing env to...
2017-09-02 Graham Knop verify tarballs
2017-09-02 Graham Knop fatal prereqs on release
2017-04-04 Graham Knop update docs
2016-10-16 Graham Knop make sure readme is finalized before generating signature
2016-08-23 Graham Knop remake even if pull fails
2016-08-23 Graham Knop fix readme handling
2016-08-23 Graham Knop don't dupe xt tests if already specified
2016-08-23 Graham Knop remake using Distar even if not in Makefile.PL
2016-08-23 Graham Knop don't modify MANIFEST.SKIP if tracked
2016-08-23 Graham Knop skip ABSTRACT_FROM if ABSTRACT given
2016-04-19 Graham Knop don't force remake on Distar change
2016-04-18 Graham Knop allow loading Distar from alternate location
2016-04-18 Graham Knop update MANIFEST without needing to chdir
2016-04-18 Graham Knop better ordering for release process
2016-04-18 Graham Knop add FAKE_RELEASE option to skip uploading
2016-01-07 Graham Knop split out checking for cpan-upload from preflight
2016-01-07 Graham Knop split manifest checking out from preflight and improve
2016-01-07 Graham Knop split version checking out from preflight
2016-01-07 Graham Knop docs
2016-01-07 Graham Knop ensure README built in correct order
2016-01-07 Graham Knop configurable Changes filename
2016-01-07 Graham Knop allow option to release from a different branch
2016-01-07 Graham Knop fold committing into adding changelog header script
2016-01-07 Graham Knop refactor makefile additions
2016-01-07 Graham Knop make releasetest more portable
2016-01-07 Graham Knop use macros for deleting makefile
2016-01-07 Graham Knop clean up phony targets
2016-01-07 Graham Knop allow ABSTRACT_FROM to be overwritten
2015-11-03 Graham Knop add version bump targets to .PHONY
2015-10-30 Graham Knop add our custom targets to .PHONY
2015-10-30 Graham Knop have disttest on release include xt tests and RELEASE_T...
2015-10-18 Graham Knop always skip distdir in manifest
2015-09-02 Graham Knop include full release changelog in nextrelease
2015-07-22 Graham Knop remove unneeded use lines
2015-07-22 Graham Knop include LICENSE file if it exists
2015-07-22 Graham Knop refactor README handling v0.002000
2015-07-22 Graham Knop generalize manifest adding script
2015-07-22 Graham Knop refactoring Makefile code
2015-07-22 Graham Knop move preflight to separate script
2015-03-14 Graham Knop hook into EUMM at a higher level
2015-02-08 Graham Knop join multiple authors rather than picking one
2015-02-07 Graham Knop version bumping commands commit to git
2015-02-07 Graham Knop add refresh command to update distar
2014-08-21 Graham Knop handle alpha versions better in bump script
2014-08-21 Graham Knop add version bumping make targets
2014-08-21 Graham Knop add nextrelease command to add version heading to changelog
2014-08-21 Graham Knop clean Distar and MANIFEST files in realclean
2014-08-17 Graham Knop write MANIFEST.SKIP when writing Makefile
2014-07-27 Karen Etheridge fix quoting of Makefile snippet for README
2014-07-26 Karen Etheridge allow customizing what happens to README, for Catalyst...
2014-07-26 Karen Etheridge also add .pod files to MANIFEST
2014-07-26 Karen Etheridge allow AUTHOR to be overridden
2014-07-13 Karen Etheridge license is properly "perl_5"
2014-07-08 Karen Etheridge use UTC for datestamp in Changes file, not local time
2014-07-08 Karen Etheridge declare a default minimum perl version, overridable...
2014-05-15 Graham Knop account for EUMM versions that require either an array...
2014-03-05 Graham Knop simplify manicheck
2014-03-01 Graham Knop correctly apply fatal warnings to caller
2014-02-21 Graham Knop check that cpan-upload is available before starting...
2014-01-21 Graham Knop be compatible with ancient EUMM
2013-12-24 Graham Knop validate manifest file when testing dist
2013-12-23 Graham Knop include subdirectories in author tests
2013-12-10 Graham Knop fix for new git
2013-11-05 Graham Knop replace strictures with strict+warnings
2013-09-10 Matt S Trout restore stolen - in Changes line
2013-09-05 Graham Knop test that VERSION has been changed earlier
2013-09-04 Graham Knop stop using autodie to be compatible with perl < 5.8.4
2013-08-21 Karen Etheridge really fix Changes line this time (thanks ribasushi!)
2013-08-18 Karen Etheridge make date line of Changes file CPAN::Changes::Spec...
2013-07-18 Graham Knop add a version number so we can rely on new features v0.001000
2013-07-18 Graham Knop use subclassing to avoid interfering with a MY::postamble
2013-07-18 Graham Knop make sure all declared versions match
2013-07-18 Graham Knop only push the tag we created
2013-07-16 Karen Etheridge explain what the extra args are used for
2013-06-19 Karen Etheridge MY::postamble accepts a param, which it will concat...
2013-05-30 Graham Knop push branch and tag at the same time
2013-05-30 Graham Knop upload after creating tag to prevent duplicating versions
2013-03-17 Arthur Axel 'fREW... only push to origin
2013-03-13 Arthur Axel 'fREW... clarify error
2013-02-13 Graham Knop Fix my lazy IO mistake
next