11 years agoonly do the special bonus warnings when caller is main jnap/stop_warnings_spew mirror/jnap/stop_warnings_spew
John Napiorkowski [Thu, 5 Jul 2012 21:17:04 +0000]
only do the special bonus warnings when caller is main

11 years agoI might be a MacOSX
John Napiorkowski [Thu, 5 Jul 2012 21:16:23 +0000]
I might be a MacOSX

12 years agoRelease commit for 1.003001 v1.003001
Matt S Trout [Sun, 8 Apr 2012 19:15:54 +0000]
Release commit for 1.003001

12 years agobump version
Matt S Trout [Sun, 8 Apr 2012 19:05:49 +0000]
bump version

12 years agofix test to handle defatalization
Matt S Trout [Sun, 8 Apr 2012 19:05:37 +0000]
fix test to handle defatalization

12 years agocorrect distar setup
Matt S Trout [Sat, 7 Apr 2012 14:53:27 +0000]
correct distar setup

12 years ago1.3.0 since we've increased the extra testing
Matt S Trout [Sat, 7 Apr 2012 14:52:05 +0000]
1.3.0 since we've increased the extra testing

12 years agotest ALL the tests
Matt S Trout [Fri, 16 Mar 2012 08:49:09 +0000]
test ALL the tests

12 years agodefatalize lack of extra testing modules
Matt S Trout [Fri, 16 Mar 2012 08:48:07 +0000]
defatalize lack of extra testing modules

12 years agogitignoring
Peter Rabbitson [Fri, 16 Mar 2012 10:24:46 +0000]
gitignoring

12 years agoNo extra tests on ancient perls
Peter Rabbitson [Sun, 11 Mar 2012 12:49:04 +0000]
No extra tests on ancient perls

13 years agoRelease commit for 1.002002 release_1.002002
Matt S Trout [Fri, 25 Feb 2011 13:36:39 +0000]
Release commit for 1.002002

13 years agobump version to 1.2.2 for 'matt is an idiot' test fixing point release
Matt S Trout [Fri, 25 Feb 2011 13:35:24 +0000]
bump version to 1.2.2 for 'matt is an idiot' test fixing point release

13 years agoonly try and mkdir the .git if it doesn't already exist
Matt S Trout [Fri, 25 Feb 2011 13:33:44 +0000]
only try and mkdir the .git if it doesn't already exist

If it does, the mkdir failes with 'File exists'. Didn't spot this during
testing because I only ran the tests once.

So we check it's not already there. Cleanup doesn't seem worth it.

13 years agofix spelling error (thanks to mxey of #debian-perl)
Matt S Trout [Fri, 25 Feb 2011 13:31:26 +0000]
fix spelling error (thanks to mxey of #debian-perl)

13 years agoRelease commit for 1.002001 release_1.002001
Matt S Trout [Fri, 25 Feb 2011 13:24:53 +0000]
Release commit for 1.002001

13 years agobump version to 1.2.1 for point release to ease debian packaging
Matt S Trout [Fri, 25 Feb 2011 13:22:32 +0000]
bump version to 1.2.1 for point release to ease debian packaging

13 years agorename t/smells-of-vcs/.svn to .exists and mkdir a .git instead
Matt S Trout [Fri, 25 Feb 2011 13:07:08 +0000]
rename t/smells-of-vcs/.svn to .exists and mkdir a .git instead

Commiting a file called .git to git would confuse things.

People (debian) who want to be able to import a tree into svn can't deal with
a .svn existing.

Therefore, we use .exists to ensure the directory's present, and then call
mkdir on t/smells-of-vcs/.git so the strictures behaviour still triggers.

13 years agoRelease commit for 1.002000 release_1.002000
Matt S Trout [Wed, 16 Feb 2011 00:48:07 +0000]
Release commit for 1.002000

13 years agoconvert to Distar, fixup author
Matt S Trout [Wed, 16 Feb 2011 00:45:42 +0000]
convert to Distar, fixup author

13 years agobump version to 1.2.0 since we're adding author checks
Matt S Trout [Wed, 16 Feb 2011 00:42:16 +0000]
bump version to 1.2.0 since we're adding author checks

13 years agoadd bareword::filehandles and multidimensional
Matt S Trout [Wed, 16 Feb 2011 00:42:00 +0000]
add bareword::filehandles and multidimensional

13 years agofix warnings, improve author side error release_1.1.1
matthewt [Sun, 5 Dec 2010 18:23:16 +0000]
fix warnings, improve author side error

13 years agorelease commit - 1.1.0 release_1.1.0
Matt S Trout [Mon, 22 Nov 2010 13:35:43 +0000]
release commit - 1.1.0

13 years agofix up tests
Matt S Trout [Mon, 22 Nov 2010 13:44:17 +0000]
fix up tests

13 years agoclarify indirect as an author requirement
Matt S Trout [Mon, 22 Nov 2010 13:35:27 +0000]
clarify indirect as an author requirement

13 years agotweak extra testing to not fire user side
Matt S Trout [Mon, 22 Nov 2010 13:28:35 +0000]
tweak extra testing to not fire user side

13 years agoport build system to new style, fix POD tests to pass
Matt S Trout [Sun, 18 Jul 2010 05:38:14 +0000]
port build system to new style, fix POD tests to pass

13 years agofirst version of strictures.pm - code and brief docs
Matt S Trout [Fri, 4 Jun 2010 18:04:05 +0000]
first version of strictures.pm - code and brief docs