9 years agoprevent make bump triggering pager
Graham Knop [Sat, 14 Mar 2015 20:55:08 +0000]
prevent make bump triggering pager

9 years agojoin multiple authors rather than picking one
Graham Knop [Sun, 8 Feb 2015 16:50:15 +0000]
join multiple authors rather than picking one

9 years agoversion bumping commands commit to git
Graham Knop [Fri, 6 Feb 2015 11:36:36 +0000]
version bumping commands commit to git

9 years agoadd refresh command to update distar
Graham Knop [Sat, 7 Feb 2015 02:59:59 +0000]
add refresh command to update distar

9 years agoalso update version in Makefile.PL (e.g. in provides metadata)
Karen Etheridge [Sat, 4 Oct 2014 20:11:06 +0000]
also update version in Makefile.PL (e.g. in provides metadata)

9 years agohandle alpha versions better in bump script
Graham Knop [Thu, 21 Aug 2014 18:00:23 +0000]
handle alpha versions better in bump script

9 years agoadd version bumping make targets
Graham Knop [Sun, 17 Aug 2014 16:08:49 +0000]
add version bumping make targets

9 years agoadd nextrelease command to add version heading to changelog
Graham Knop [Thu, 21 Aug 2014 14:01:11 +0000]
add nextrelease command to add version heading to changelog

9 years agoclean Distar and MANIFEST files in realclean
Graham Knop [Wed, 20 Aug 2014 19:55:05 +0000]
clean Distar and MANIFEST files in realclean

9 years agowrite MANIFEST.SKIP when writing Makefile
Graham Knop [Sun, 17 Aug 2014 15:46:51 +0000]
write MANIFEST.SKIP when writing Makefile

9 years agofix quoting of Makefile snippet for README
Karen Etheridge [Sun, 27 Jul 2014 00:18:40 +0000]
fix quoting of Makefile snippet for README

9 years agoallow customizing what happens to README, for Catalyst-Manual
Karen Etheridge [Sat, 26 Jul 2014 21:55:02 +0000]
allow customizing what happens to README, for Catalyst-Manual

9 years agoalso add .pod files to MANIFEST
Karen Etheridge [Sat, 26 Jul 2014 21:53:54 +0000]
also add .pod files to MANIFEST

9 years agoallow AUTHOR to be overridden
Karen Etheridge [Sat, 26 Jul 2014 18:24:39 +0000]
allow AUTHOR to be overridden

9 years agolicense is properly "perl_5"
Karen Etheridge [Sun, 13 Jul 2014 21:34:53 +0000]
license is properly "perl_5"

9 years agouse UTC for datestamp in Changes file, not local time
Karen Etheridge [Tue, 8 Jul 2014 01:28:52 +0000]
use UTC for datestamp in Changes file, not local time

9 years agodeclare a default minimum perl version, overridable if needed
Karen Etheridge [Tue, 8 Jul 2014 01:14:06 +0000]
declare a default minimum perl version, overridable if needed

9 years agoaccount for EUMM versions that require either an array or a scalar for the AUTHOR
Graham Knop [Thu, 15 May 2014 12:37:58 +0000]
account for EUMM versions that require either an array or a scalar for the AUTHOR

10 years agosimplify manicheck
Graham Knop [Wed, 5 Mar 2014 16:25:52 +0000]
simplify manicheck

10 years agocorrectly apply fatal warnings to caller
Graham Knop [Sat, 1 Mar 2014 06:53:19 +0000]
correctly apply fatal warnings to caller

10 years agocheck that cpan-upload is available before starting release
Graham Knop [Fri, 21 Feb 2014 18:32:34 +0000]
check that cpan-upload is available before starting release

10 years agobe compatible with ancient EUMM
Graham Knop [Tue, 21 Jan 2014 06:24:09 +0000]
be compatible with ancient EUMM

10 years agovalidate manifest file when testing dist
Graham Knop [Tue, 24 Dec 2013 03:01:46 +0000]
validate manifest file when testing dist

10 years agoinclude subdirectories in author tests
Graham Knop [Mon, 23 Dec 2013 02:38:22 +0000]
include subdirectories in author tests

10 years agowhitespace cleanup
Graham Knop [Mon, 23 Dec 2013 02:37:33 +0000]
whitespace cleanup

10 years agofix for new git
Graham Knop [Tue, 10 Dec 2013 16:04:31 +0000]
fix for new git

10 years agoreplace strictures with strict+warnings
Graham Knop [Tue, 5 Nov 2013 04:47:55 +0000]
replace strictures with strict+warnings

10 years agorestore stolen - in Changes line
Matt S Trout [Tue, 10 Sep 2013 20:55:48 +0000]
restore stolen - in Changes line

10 years agotest that VERSION has been changed earlier
Graham Knop [Thu, 5 Sep 2013 03:41:14 +0000]
test that VERSION has been changed earlier

10 years agostop using autodie to be compatible with perl < 5.8.4
Graham Knop [Wed, 4 Sep 2013 20:09:31 +0000]
stop using autodie to be compatible with perl < 5.8.4

10 years agoreally fix Changes line this time (thanks ribasushi!)
Karen Etheridge [Wed, 21 Aug 2013 15:40:50 +0000]
really fix Changes line this time (thanks ribasushi!)

10 years agomake date line of Changes file CPAN::Changes::Spec-compliant
Karen Etheridge [Sun, 18 Aug 2013 22:52:51 +0000]
make date line of Changes file CPAN::Changes::Spec-compliant

10 years agoadd a version number so we can rely on new features v0.001000
Graham Knop [Thu, 18 Jul 2013 11:19:19 +0000]
add a version number so we can rely on new features

10 years agouse subclassing to avoid interfering with a MY::postamble
Graham Knop [Tue, 16 Jul 2013 19:46:22 +0000]
use subclassing to avoid interfering with a MY::postamble

10 years agomake sure all declared versions match
Graham Knop [Tue, 16 Jul 2013 08:59:37 +0000]
make sure all declared versions match

10 years agoonly push the tag we created
Graham Knop [Tue, 16 Jul 2013 20:15:13 +0000]
only push the tag we created

10 years agoexplain what the extra args are used for
Karen Etheridge [Tue, 16 Jul 2013 19:18:33 +0000]
explain what the extra args are used for

10 years agoMY::postamble accepts a param, which it will concat onto its results
Karen Etheridge [Wed, 19 Jun 2013 05:49:58 +0000]
MY::postamble accepts a param, which it will concat onto its results

10 years agopush branch and tag at the same time
Graham Knop [Thu, 30 May 2013 19:23:10 +0000]
push branch and tag at the same time

10 years agoupload after creating tag to prevent duplicating versions
Graham Knop [Thu, 30 May 2013 19:22:37 +0000]
upload after creating tag to prevent duplicating versions

11 years agofix dist NAME, as per https://gist.github.com/miyagawa/5242916
Karen Etheridge [Tue, 26 Mar 2013 04:53:33 +0000]
fix dist NAME, as per https://gist.github.com/miyagawa/5242916

11 years agoonly push to origin
Arthur Axel 'fREW' Schmidt [Sun, 17 Mar 2013 14:47:06 +0000]
only push to origin

11 years agoclarify error
Arthur Axel 'fREW' Schmidt [Wed, 13 Mar 2013 01:12:48 +0000]
clarify error

11 years agoFix my lazy IO mistake
Graham Knop [Wed, 13 Feb 2013 09:39:26 +0000]
Fix my lazy IO mistake

11 years agoinclude maint/Makefile.include if it exists
Graham Knop [Mon, 11 Feb 2013 07:40:46 +0000]
include maint/Makefile.include if it exists

11 years agofix changes check when diff.mnemonicprefix is set
Graham Knop [Sat, 9 Feb 2013 02:23:34 +0000]
fix changes check when diff.mnemonicprefix is set

11 years agoallow being ahead of remote but not divergent
Graham Knop [Sat, 9 Feb 2013 02:22:00 +0000]
allow being ahead of remote but not divergent

11 years agospelling
Karen Etheridge [Sun, 9 Sep 2012 01:11:07 +0000]
spelling

11 years agoFile::Spec is much better suited for finding /dev/null
Christian Walde [Sun, 15 Jul 2012 14:02:22 +0000]
File::Spec is much better suited for finding /dev/null

11 years agoadd-readme-to-manifest is now a script to reduce makefile complexity
Christian Walde [Sun, 15 Jul 2012 13:39:25 +0000]
add-readme-to-manifest is now a script to reduce makefile complexity

11 years agoselect the appropiate system null hole
Christian Walde [Sun, 15 Jul 2012 12:42:31 +0000]
select the appropiate system null hole

11 years agoselect the appropiate system make
Christian Walde [Sun, 15 Jul 2012 12:41:51 +0000]
select the appropiate system make

11 years agoswitch makefile trick
Matt S Trout [Sat, 12 May 2012 00:46:07 +0000]
switch makefile trick

11 years agoprobably improve the release stuff
Matt S Trout [Fri, 11 May 2012 18:30:02 +0000]
probably improve the release stuff

11 years agoghetto project init
Matt S Trout [Fri, 11 May 2012 18:29:46 +0000]
ghetto project init

12 years agorefuse to release from not master
Matt S Trout [Mon, 30 Jan 2012 20:20:05 +0000]
refuse to release from not master

12 years agoonly grab root Makefile.PL
Matt S Trout [Mon, 23 Jan 2012 17:48:54 +0000]
only grab root Makefile.PL

12 years agodon't overwrite manifest after preflight
Matt S Trout [Mon, 3 Oct 2011 21:45:40 +0000]
don't overwrite manifest after preflight

12 years agoinclude basic tests in author mode
Matt S Trout [Mon, 25 Jul 2011 04:29:54 +0000]
include basic tests in author mode

12 years agochange release name policy
Arthur Axel 'fREW' Schmidt [Mon, 25 Jul 2011 01:12:21 +0000]
change release name policy

12 years agopush tags before branches
Arthur Axel 'fREW' Schmidt [Mon, 25 Jul 2011 00:51:56 +0000]
push tags before branches

This way we fail if the tag has already been created, thus avoiding
embarassing situations where a release has already been made.

12 years agoUse real tags instead of lightweight tags
Arthur Axel 'fREW' Schmidt [Mon, 25 Jul 2011 00:50:43 +0000]
Use real tags instead of lightweight tags

The reason for this is that then we have a tag date as well as a
tagger, which may be different than the commit date and the commiter

12 years agoadd MANIFEST check to preflight
Matt S Trout [Wed, 20 Jul 2011 04:54:00 +0000]
add MANIFEST check to preflight

12 years agoswitch to Distar/lib for newer usage style
Matt S Trout [Wed, 20 Jul 2011 04:42:40 +0000]
switch to Distar/lib for newer usage style

12 years agocleanup Changes and README handling
Matt S Trout [Fri, 15 Jul 2011 15:44:37 +0000]
cleanup Changes and README handling

13 years agocan't disttest as a direct dep of dist contruction - doesn't wipe the distdir and...
Matt S Trout [Wed, 16 Feb 2011 12:41:12 +0000]
can't disttest as a direct dep of dist contruction - doesn't wipe the distdir and rebuild post disttest

13 years agoforgot to default the license to perl
Matt S Trout [Wed, 16 Feb 2011 02:52:38 +0000]
forgot to default the license to perl

13 years agoexplain ref-printing in error (anti-stringify device)
Matt S Trout [Wed, 16 Feb 2011 02:27:33 +0000]
explain ref-printing in error (anti-stringify device)

13 years agomore stuff
Matt S Trout [Wed, 16 Feb 2011 00:37:34 +0000]
more stuff

13 years agofirst cut at Distar
Matt S Trout [Mon, 14 Feb 2011 22:39:53 +0000]
first cut at Distar