The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Dist::Zilla::Plugin::Authority

1.006
	Released: 2012-01-03 04:14:27 UTC

	Use the new PPI role in Dist::Zilla 4.300001 to make this plugin faster ( thanks DROLSKY! )

1.005
	Released: 2011-04-14 17:05:17 UTC

	Added locate_comment which finds a # AUTHORITY comment and puts authority there ( thanks NIGELM! )

1.004
	Released: 2011-02-21 17:55:27 UTC

	Tweak the authority regex to be a bit more liberal ( thanks RWSTAUNER! )

1.003
	Released: 2011-02-04 07:24:46 UTC

	Tweaked the ABSTRACT section ( thanks FLORA + GETTY )
	Add ability to read from ~/.pause file for the authority ( thanks WOLVERIAN )

1.002
	Released: 2010-12-14 01:32:18 UTC

	Added the "do_munging" attr to control the variable declarations in packages ( thanks FLORA )

1.001
	Released: 2010-12-08 02:36:12 UTC

	Updated to require Dist::Zilla v4 ( so we can access the %PAUSE stash )
	The "authority" attr is not required anymore ( defaults to the %PAUSE username )
	Backported some code from Dist::Zilla::Plugin::PkgVersion v4 ( as usual, thanks RJBS )
	Add $AUTHORITY to script files too ( if they have a package declaration )
	Make do_metadata default to true ( thanks FLORA )

1.000
	Released: 2010-05-30 17:43:51 UTC

	added the patch from Dave Rolsky for "monkeypatch package declaration" fix
	Converted to Dist::Zilla for the release process!

0.02

	added the patch from Dist::Zilla::Plugin::PkgVer v2.101310 for multi-package declarations

0.01

	initial release