Graham Knop [Wed, 4 Nov 2015 23:26:50 +0000]
Release commit for 2.000002
Graham Knop [Wed, 4 Nov 2015 23:26:28 +0000]
Bumping version to 2.000002
Graham Knop [Wed, 4 Nov 2015 23:26:10 +0000]
note additional testing
Graham Knop [Tue, 3 Nov 2015 23:58:44 +0000]
test version argument
Graham Knop [Tue, 3 Nov 2015 23:11:50 +0000]
test extras activation in v1 path
Graham Knop [Tue, 3 Nov 2015 23:11:25 +0000]
more sensible hash vs hashref checking
Graham Knop [Tue, 27 Oct 2015 18:10:49 +0000]
use ExtUtils::HasCompiler for compiler detection
Graham Knop [Sun, 28 Jun 2015 07:38:13 +0000]
Release commit for 2.000001
Graham Knop [Sun, 28 Jun 2015 07:38:01 +0000]
Bumping version to 2.000001
Graham Knop [Sun, 28 Jun 2015 07:37:41 +0000]
test that we can use the exact current strictures version
Graham Knop [Sun, 28 Jun 2015 07:32:44 +0000]
don't rely on VERSION method to retrieve version to test against
Graham Knop [Thu, 25 Jun 2015 23:38:13 +0000]
changelog
Graham Knop [Thu, 25 Jun 2015 23:36:09 +0000]
update abstract since we don't fatalize all warnings anymore
Graham Knop [Thu, 28 May 2015 22:14:38 +0000]
changelog
Graham Knop [Thu, 28 May 2015 04:59:47 +0000]
clean up hint capturing code
Use a clean eval sub so main capture code can have strict applied.
Graham Knop [Thu, 28 May 2015 04:58:13 +0000]
only goto &UNIVERSAL::VERSION on perl 5.10+
We'd prefer to always use a goto when calling UNIVERSAL::VERSION, so
that the error reporting shows the correct location. It seems to like
segfaulting on some 5.8 builds though, so we're better off being safe
and only doing it on 5.10+.
Graham Knop [Wed, 27 May 2015 07:13:33 +0000]
calculate next version to test rather than hard coding
Graham Knop [Wed, 27 May 2015 07:10:21 +0000]
use string eval for testing hints to avoid compile vs runtime complexity
Graham Knop [Wed, 27 May 2015 07:08:55 +0000]
remove extraneous strictures import in test
Graham Knop [Wed, 27 May 2015 07:08:11 +0000]
wait until STDERR is restored before rethrowing error in test
Graham Knop [Sun, 1 Mar 2015 13:18:40 +0000]
more extensive travis testing
Graham Knop [Sun, 1 Mar 2015 13:12:12 +0000]
add new experimental::bitwise category
Graham Knop [Fri, 27 Feb 2015 20:45:08 +0000]
also check for .bzr
Graham Knop [Thu, 26 Feb 2015 09:32:27 +0000]
Release commit for 2.000000
Graham Knop [Thu, 26 Feb 2015 09:31:40 +0000]
remove 1.999 headers from changelog
Graham Knop [Wed, 25 Feb 2015 23:06:17 +0000]
bump version to 2.000000
Graham Knop [Thu, 5 Feb 2015 17:02:48 +0000]
Release commit for 1.999_002
Graham Knop [Thu, 5 Feb 2015 11:34:35 +0000]
bump version to 1.999_002
Graham Knop [Thu, 5 Feb 2015 11:34:11 +0000]
changelog 5.6 fixes
Graham Knop [Thu, 5 Feb 2015 09:50:58 +0000]
add missing 5.6 warning categories
Graham Knop [Thu, 5 Feb 2015 09:50:13 +0000]
better diagnostics on version check failure
Graham Knop [Thu, 5 Feb 2015 09:49:44 +0000]
avoid goto UNIVERSAL::VERSION on 5.6
Graham Knop [Tue, 3 Feb 2015 05:27:40 +0000]
remove extraneous manifest includes
Graham Knop [Sun, 1 Feb 2015 20:48:45 +0000]
Release commit for 1.999_001
Graham Knop [Sun, 1 Feb 2015 20:32:15 +0000]
Merge branch 'version-2'
Graham Knop [Sun, 1 Feb 2015 20:08:53 +0000]
change to version 1.999_001, but set it to 2 at runtime
Requesting strictures 2 is part of the API, so the runtime version needs
to be >= 2. It's a bit of a cheat, but shouldn't break too much.
Graham Knop [Fri, 30 Jan 2015 13:11:55 +0000]
changelog for v2
Graham Knop [Sun, 25 Jan 2015 21:52:07 +0000]
add rationale for category exclusions to docs
Graham Knop [Thu, 22 Jan 2015 01:42:55 +0000]
update docs for current behavior
Graham Knop [Thu, 22 Jan 2015 01:37:58 +0000]
add new warning categories from 5.21 series
Graham Knop [Wed, 21 Jan 2015 19:19:11 +0000]
clarify behavior of extras
Graham Knop [Mon, 4 Aug 2014 09:40:24 +0000]
use different mechanism for disabling some warnings
Graham Knop [Sun, 1 Jun 2014 05:57:49 +0000]
better testing of extra module load failures
Graham Knop [Sat, 31 May 2014 21:13:28 +0000]
add strictures::extra module
Graham Knop [Sat, 31 May 2014 21:01:58 +0000]
add 5.20 warning categories
Graham Knop [Sun, 1 Jun 2014 05:30:15 +0000]
don't test category list if other modules preloaded
Graham Knop [Tue, 18 Mar 2014 06:52:45 +0000]
author test for new warning categories
Graham Knop [Tue, 1 Apr 2014 14:29:31 +0000]
comments about why we have some exceptions to fatal
Graham Knop [Fri, 17 Jan 2014 02:51:59 +0000]
document version switching and version 2 behavior
Graham Knop [Mon, 6 Jan 2014 12:07:39 +0000]
strictures 2, disabling fatal warnings on some categories
Graham Knop [Thu, 16 Jan 2014 18:36:10 +0000]
refactor hints testing for better naming and flexibility
Graham Knop [Thu, 16 Jan 2014 18:26:10 +0000]
better error handling for bad versions
Graham Knop [Sat, 31 May 2014 21:18:50 +0000]
factor out env check from file check
Graham Knop [Mon, 6 Jan 2014 12:00:22 +0000]
refactor file checking for extras
Graham Knop [Mon, 6 Jan 2014 11:46:27 +0000]
refactor extras loading
Graham Knop [Thu, 2 May 2013 12:18:03 +0000]
store requested strictures version so we can switch behavior based on it
Graham Knop [Sun, 16 Mar 2014 16:16:20 +0000]
reformat docs
Graham Knop [Fri, 30 Jan 2015 13:01:44 +0000]
Release commit for 1.005006
Graham Knop [Fri, 30 Jan 2015 13:00:58 +0000]
bump version to 1.005006
Graham Knop [Fri, 30 Jan 2015 12:58:10 +0000]
mention test cleanup in changelog
Graham Knop [Fri, 30 Jan 2015 12:17:38 +0000]
make sure VERSION is numified
Graham Knop [Thu, 16 Jan 2014 18:27:37 +0000]
don't silence errors in tests
Graham Knop [Sun, 1 Jun 2014 05:10:31 +0000]
list pod test modules as develop prereqs
Graham Knop [Thu, 22 Jan 2015 02:09:02 +0000]
avoid using pod checking functions that plan
Graham Knop [Sun, 1 Jun 2014 04:44:43 +0000]
add travis config
Graham Knop [Fri, 30 Jan 2015 10:56:00 +0000]
split extras testing into separate file and make it more robust
Change extras testing script to not rely on extras actually being
installed, and use inline evals rather than separate files to make it
more obvious what is being checked.
Graham Knop [Fri, 30 Jan 2015 10:53:58 +0000]
fix perl version conditional
Graham Knop [Fri, 30 Jan 2015 10:01:36 +0000]
include dir sep in regex in docs
Graham Knop [Tue, 27 Jan 2015 23:14:03 +0000]
changelog
Graham Knop [Mon, 26 Jan 2015 23:06:11 +0000]
delay checking for vcs dirs until we are in an appropriate file
Graham Knop [Mon, 26 Jan 2015 23:02:26 +0000]
fix test for t/xt/lib/blib to only trigger on directories
Graham Knop [Thu, 21 Aug 2014 15:40:43 +0000]
remove realclean from Makefile.PL and let Distar handle it
Graham Knop [Thu, 21 Aug 2014 15:39:55 +0000]
remove version bumping make targets and let distar handle it
Graham Knop [Mon, 18 Aug 2014 21:02:42 +0000]
update Makefile.PL boilerplate
Graham Knop [Sat, 16 Aug 2014 01:16:54 +0000]
Release commit for 1.005005
Graham Knop [Sat, 16 Aug 2014 01:16:24 +0000]
bump version
Graham Knop [Sat, 16 Aug 2014 01:14:58 +0000]
changelog
Karen Etheridge [Thu, 14 Aug 2014 18:18:15 +0000]
strip off comment, that doesn't get bumped with the real $VERSION
Karen Etheridge [Sat, 9 Aug 2014 04:55:07 +0000]
better bump-version, from Import::Into
Graham Knop [Tue, 12 Aug 2014 07:50:30 +0000]
put perl prereq in correct location
Graham Knop [Tue, 12 Aug 2014 07:49:57 +0000]
fix Makefile.PL boilerplate bug
Graham Knop [Mon, 4 Aug 2014 09:41:40 +0000]
include perl version in prereq metadata
Karen Etheridge [Fri, 4 Jul 2014 01:26:56 +0000]
fix bump-version to use the right filename(s), handle decimal versions
Karen Etheridge [Mon, 12 May 2014 21:42:11 +0000]
clean everything in "make realclean"
Graham Knop [Thu, 6 Mar 2014 23:34:39 +0000]
Release commit for 1.005004
Graham Knop [Thu, 6 Mar 2014 21:22:33 +0000]
bump version
Graham Knop [Thu, 6 Mar 2014 21:22:21 +0000]
upgrade changelog
Graham Knop [Thu, 6 Mar 2014 07:37:58 +0000]
don't list extra prereqs as hard prereqs in META
Graham Knop [Wed, 12 Feb 2014 22:02:07 +0000]
Release commit for 1.005003
Graham Knop [Wed, 12 Feb 2014 22:00:29 +0000]
bump version
Graham Knop [Wed, 12 Feb 2014 18:53:41 +0000]
update changelog
Graham Knop [Wed, 12 Feb 2014 18:25:09 +0000]
fix ->VERSION calls to query version in newer perls
Diab Jerius [Fri, 13 Dec 2013 21:17:06 +0000]
support PUREPERL_ONLY
Karen Etheridge [Thu, 12 Dec 2013 02:22:44 +0000]
revert to previous formatting
Graham Knop [Wed, 11 Dec 2013 01:23:52 +0000]
Release commit for 1.005002
Graham Knop [Wed, 11 Dec 2013 01:23:13 +0000]
bump version
Graham Knop [Tue, 10 Dec 2013 17:30:25 +0000]
update changelog
Graham Knop [Fri, 15 Nov 2013 19:53:49 +0000]
don't list extra prereqs on perl < 5.8.4
Graham Knop [Fri, 15 Nov 2013 19:45:34 +0000]
add ExtUtils::CBuilder to configure requires, and change to dynamic config
Karen Etheridge [Sat, 6 Oct 2012 20:25:24 +0000]
require the pragmas if a compiler is present