Revision history for App-Mypp
0.10 Fri Sep 10 15:30:20 CEST 2010
* t/00-pod*t files are only written, unless already existing
or by force: "mypp --t-pod force"
0.09 Sun Jun 20 20:15:52 CEST 2010
* Fix Class::MOP::Class does not provide the "roles" method.
* Fix Makefile.PL autogen: Will include modules as long as
matching beginning of namespace
* Add also_private => [A-Z_]+ to all_pod_coverage_ok()
* Add eval around version number
0.08 Wed May 19 19:03:46 CEST 2010
* Add Changes will be generated unless already exists
* Deprecated setting perl5lib attribute from the PERL5LIB
environment variable.
0.07_01
* Fix typo "Wrote t/t/99-pod-coverage.t"
0.07 Sun May 9 00:26:14 CEST 2010
* Add perl5lib attribute from config. Default to PERL5LIB and
is included in "use lib ..." when generating tests
* Add doc patch from chocolateboy
* Add will also delete "MYMETA.yml" on clean
* Change t/99*pod.t to t/00*pod.t (but will keep 99 as backcompat)
0.06 Sat Apr 24 23:06:16 CEST 2010
* Change YAML::Tiny is only required if config file exists
* Fix "t" directory will be create unless exists
* Fix extra info in top module after version update.
Seems like open '>+' mode didn't work quite as hoped
* Fix cpan tester report: change plan instead of bail out
0.05_01 Fri Apr 23 13:41:55 CEST 2010
* Fix requires in Makefile.PL
* Change homepage in Makefile.PL
0.05 Fri Apr 23 12:02:56 CEST 2010
* Fix _version_from_module() returns module name and version
* Fix split result from meta->roles and meta->get_roles
- might return "ModuleOne|ModuleTwo"
* Add --version support
* Change requires() use "use $module" instead of "require $file"
- Seems to be more robust for complex systems
0.04 Thu Apr 22 00:15:05 CEST 2010
* Fix test environment
* Fix git commit message
* Fix set $SIG{__WARN__} when loading modules from script files
* Add more strict command line option parser
0.03 Wed Apr 21 22:43:03 CEST 2010
* Add methods to calculate project requires to makefile
* Add "catalyst;" to makefile when Catalyst is loaded
* Add "# script_install" as a reminder
0.02 Tue Apr 20 23:58:48 CEST 2010
* Add bin/mypp
* Add script/pack-mypp.pl
0.01 Tue Apr 20 21:58:22 CEST 2010
* Add timestamp_to_changes()
* Add update_version_info()
* Add generate_readme()
* Add make()
* Add clean()
* Add manifest()
* Add makefile()
* Add t_pod() and t_load()
* Add tag_and_commit()
* Add share_via_git() and share_via_extension()
* Add help()
0.00 Tue Apr 20 20:55:19 CEST 2010
* Init repo