| 1 | | --- |
| 2 | | global: |
| 3 | | name: Module-Install-Template |
| 4 | | releases: |
| 5 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 6 | | changes: |
| 7 | | - set the version to 0.06 |
| 8 | | - updated t/perlcriticrc |
| 9 | | - '.shipit: fixed svk.tagpattern' |
| 10 | | date: 2008-05-29T12:06:12Z |
| 11 | | tags: [] |
| 12 | | version: 0.06 |
| 13 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 14 | | changes: |
| 15 | | - set the version to 0.05 |
| 16 | | - also passes base_dir (getcwd) to the template |
| 17 | | date: 2007-11-17T23:37:22Z |
| 18 | | tags: [] |
| 19 | | version: 0.05 |
| 20 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 21 | | changes: |
| 22 | | - Don't run MY::postamble unless process_templates() was called |
| 23 | | - added Twitter step to .shipit |
| 24 | | - added Module::AutoInstall to Makefile.PL |
| 25 | | - "uses Data::Dumper instead of YAML in bin/tt_pm_to_blib and Module::Install::Template because YAML requires YAML::Base and others, which aren't copied to inc/" |
| 26 | | - removed the last remnants of YAML |
| 27 | | - added support for 'other_authors' |
| 28 | | date: 2007-11-16T07:41:52Z |
| 29 | | tags: |
| 30 | | - BUGFIX |
| 31 | | - NEWFEATURE |
| 32 | | version: 0.04 |
| 33 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 34 | | changes: |
| 35 | | - MY::postamble had spaces instead of tabs for Makefile; fixed that |
| 36 | | - added pm_to_blib requirement to create_distdir target |
| 37 | | date: 2007-11-11T21:19:40Z |
| 38 | | tags: |
| 39 | | - BUGFIX |
| 40 | | version: 0.03 |
| 41 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 42 | | changes: |
| 43 | | - Makefile's disttest target had to be modified to make pm_to_blib before |
| 44 | | date: 2007-11-11T21:13:10Z |
| 45 | | tags: |
| 46 | | - BUGFIX |
| 47 | | version: 0.02 |
| 48 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 49 | | changes: |
| 50 | | - original version |
| 51 | | date: 2007-11-11T20:23:19Z |
| 52 | | tags: [] |
| 53 | | version: 0.01 |
| | 1 | Revision history for Perl extension Module-Install-Template |
| | 2 | |
| | 3 | 0.06 Thu, 29 May 2008 12:06:12 -0000 (Marcel Gruenauer <marcel@cpan.org>) |
| | 4 | - set the version to 0.06 |
| | 5 | - updated t/perlcriticrc |
| | 6 | - .shipit: fixed svk.tagpattern |
| | 7 | |
| | 8 | 0.05 Sat, 17 Nov 2007 23:37:22 -0000 (Marcel Gruenauer <marcel@cpan.org>) |
| | 9 | - set the version to 0.05 |
| | 10 | - also passes base_dir (getcwd) to the template |
| | 11 | |
| | 12 | 0.04 Fri, 16 Nov 2007 07:41:52 -0000 (Marcel Gruenauer <marcel@cpan.org>) |
| | 13 | - Don't run MY::postamble unless process_templates() was called |
| | 14 | - added Twitter step to .shipit |
| | 15 | - added Module::AutoInstall to Makefile.PL |
| | 16 | - uses Data::Dumper instead of YAML in bin/tt_pm_to_blib and |
| | 17 | Module::Install::Template because YAML requires YAML::Base and others, |
| | 18 | which aren't copied to inc/ |
| | 19 | - removed the last remnants of YAML |
| | 20 | - added support for 'other_authors' |
| | 21 | - tags: BUGFIX, NEWFEATURE |
| | 22 | |
| | 23 | 0.03 Sun, 11 Nov 2007 21:19:40 -0000 (Marcel Gruenauer <marcel@cpan.org>) |
| | 24 | - MY::postamble had spaces instead of tabs for Makefile; fixed that |
| | 25 | - added pm_to_blib requirement to create_distdir target |
| | 26 | - tags: BUGFIX |
| | 27 | |
| | 28 | 0.02 Sun, 11 Nov 2007 21:13:10 -0000 (Marcel Gruenauer <marcel@cpan.org>) |
| | 29 | - Makefile's disttest target had to be modified to make pm_to_blib before |
| | 30 | - tags: BUGFIX |
| | 31 | |
| | 32 | 0.01 Sun, 11 Nov 2007 20:23:19 -0000 (Marcel Gruenauer <marcel@cpan.org>) |
| | 33 | - original version |