| 1 | | --- |
| 2 | | global: |
| 3 | | name: Devel-SearchINC |
| 4 | | releases: |
| 5 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 6 | | changes: |
| 7 | | - Converted Changes file to YAML style |
| 8 | | - '.shipit: added Twitter step' |
| 9 | | - 'Makefile.PL: added auto_install() and process_templates()' |
| 10 | | - 'lib/*: converted to template' |
| 11 | | - updated MANIFEST |
| 12 | | - Devel::SearchINC::FindLib now also skips skel/ |
| 13 | | - added t/perlcriticrc |
| 14 | | - updated MANIFEST |
| 15 | | - moved generated documentation of interited methods to after documentation of this class' methods so the manpage is more readable |
| 16 | | - Devel::SearchINC::FindLib can now handle semicolon-separated paths as well |
| 17 | | - '.shipit: new svk.tagpattern' |
| 18 | | - 'Devel::SearchINC::FindLib: also deal with blib; ignore _build' |
| 19 | | - '.shipit: fixed svk.tagpattern' |
| 20 | | date: 2008-05-29T12:04:28Z |
| 21 | | tags: |
| 22 | | - NEWFEATURE |
| 23 | | version: 1.33 |
| 24 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 25 | | changes: |
| 26 | | - fixed version requirement of Test::More |
| 27 | | date: 2007-10-18T10:09:39+02:00 |
| 28 | | tags: [] |
| 29 | | version: 1.32 |
| 30 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 31 | | changes: |
| 32 | | - changed the $VERSION of all modules to '1.31'. |
| 33 | | - switched back to Makefile.PL and to Module::AutoInstall |
| 34 | | - uses Module::Install::StandardTests |
| 35 | | date: 2007-10-03T17:27:25+02:00 |
| 36 | | tags: [] |
| 37 | | version: 1.31 |
| 38 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 39 | | changes: |
| 40 | | - added Devel::SearchINC::FindLib |
| 41 | | - switched to Build.PL |
| 42 | | date: 2005-02-17T23:53:39+01:00 |
| 43 | | tags: [] |
| 44 | | version: 1.03 |
| 45 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 46 | | changes: |
| 47 | | - tests now use Test::More and have been reorganized |
| 48 | | - added a debugging option and verbose debugging output |
| 49 | | - previously it tried to open last guess regardless of whether the search loop was ended because there were no more paths to search or because it found a file. So I introduced a $found variable that takes care of that. |
| 50 | | date: 2002-09-01T12:06:22+02:00 |
| 51 | | tags: [] |
| 52 | | version: 1.02 |
| 53 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 54 | | changes: |
| 55 | | - added PERL5OPT documentation (thanks Michael Graham) |
| 56 | | date: 2001-10-11T09:46:10+02:00 |
| 57 | | tags: [] |
| 58 | | version: 0.03 |
| 59 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 60 | | changes: |
| 61 | | - can now also find modules in lib/ subdirectories |
| 62 | | date: 2001-05-19T13:39:31+01:00 |
| 63 | | tags: [] |
| 64 | | version: 0.02 |
| 65 | | - author: 'Marcel Gruenauer <marcel@cpan.org>' |
| 66 | | changes: |
| 67 | | - original version |
| 68 | | date: 2001-03-15T14:38:37+01:00 |
| 69 | | tags: [] |
| 70 | | version: 0.01 |
| | 1 | Revision history for Perl extension Devel-SearchINC |
| | 2 | |
| | 3 | 1.33 Thu, 29 May 2008 12:04:28 -0000 (Marcel Gruenauer <marcel@cpan.org>) |
| | 4 | - Converted Changes file to YAML style |
| | 5 | - .shipit: added Twitter step |
| | 6 | - Makefile.PL: added auto_install() and process_templates() |
| | 7 | - lib/*: converted to template |
| | 8 | - updated MANIFEST |
| | 9 | - Devel::SearchINC::FindLib now also skips skel/ |
| | 10 | - added t/perlcriticrc |
| | 11 | - updated MANIFEST |
| | 12 | - moved generated documentation of interited methods to after |
| | 13 | documentation of this class' methods so the manpage is more readable |
| | 14 | - Devel::SearchINC::FindLib can now handle semicolon-separated paths as |
| | 15 | well |
| | 16 | - .shipit: new svk.tagpattern |
| | 17 | - Devel::SearchINC::FindLib: also deal with blib; ignore _build |
| | 18 | - .shipit: fixed svk.tagpattern |
| | 19 | - tags: NEWFEATURE |
| | 20 | |
| | 21 | 1.32 Thu, 18 Oct 2007 10:09:39 +0200 (Marcel Gruenauer <marcel@cpan.org>) |
| | 22 | - fixed version requirement of Test::More |
| | 23 | |
| | 24 | 1.31 Wed, 03 Oct 2007 17:27:25 +0200 (Marcel Gruenauer <marcel@cpan.org>) |
| | 25 | - changed the $VERSION of all modules to '1.31'. |
| | 26 | - switched back to Makefile.PL and to Module::AutoInstall |
| | 27 | - uses Module::Install::StandardTests |
| | 28 | |
| | 29 | 1.03 Thu, 17 Feb 2005 23:53:39 +0100 (Marcel Gruenauer <marcel@cpan.org>) |
| | 30 | - added Devel::SearchINC::FindLib |
| | 31 | - switched to Build.PL |
| | 32 | |
| | 33 | 1.02 Sun, 01 Sep 2002 12:06:22 +0200 (Marcel Gruenauer <marcel@cpan.org>) |
| | 34 | - tests now use Test::More and have been reorganized |
| | 35 | - added a debugging option and verbose debugging output |
| | 36 | - previously it tried to open last guess regardless of whether the search |
| | 37 | loop was ended because there were no more paths to search or because it |
| | 38 | found a file. So I introduced a $found variable that takes care of that. |
| | 39 | |
| | 40 | 0.03 Thu, 11 Oct 2001 09:46:10 +0200 (Marcel Gruenauer <marcel@cpan.org>) |
| | 41 | - added PERL5OPT documentation (thanks Michael Graham) |
| | 42 | |
| | 43 | 0.02 Sat, 19 May 2001 13:39:31 +0100 (Marcel Gruenauer <marcel@cpan.org>) |
| | 44 | - can now also find modules in lib/ subdirectories |
| | 45 | |
| | 46 | 0.01 Thu, 15 Mar 2001 14:38:37 +0100 (Marcel Gruenauer <marcel@cpan.org>) |
| | 47 | - original version |