Changelog for App::git::ship
0.05 Mon Jul 7 22:46:49 2014
* Will also push the current branch to origin
* Fix CPAN testers errors
http://www.cpantesters.org/cpan/report/417de3d8-6bf5-1014-af60-f4e550131f1b
0.04 Sun Jul 6 15:13:11 2014
* Require perl 5.14, because of "Non-destructive substitution", s///r
* Add --version switch to git-ship
0.03 Sun Jul 6 14:50:51 2014
* Fix bad CPAN release
0.02 Sun Jul 6 14:00:00 2014
* Need to run ship twice: One for build, and one for ship
* Use the default MANIFEST.SKIP file in addition to custom rules
* Add "clean" for Perl project
* Add Makefile.PL and README to git repository on build
* Add EXE_FILES to Makefile.PL
* Fix MANIFEST.SKIP to make a proper release
0.01 Sat Jul 5 15:16:30 2014
* Add basic init, build and ship for Perl project
* Add basic init for any project
* Add detection for Perl projects