Changeset 16339

Show
Ignore:
Timestamp:
07/25/08 06:58:17 (5 years ago)
Author:
hanekomu
Message:

first step in moving towards a standard-style dist

Location:
lang/perl/Devel-SearchINC/trunk
Files:
4 added
3 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Devel-SearchINC/trunk/.shipit

    r12752 r16339  
    1 steps = ApplyYAMLChangeLogVersion, Manifest, DistTest, Commit, Tag, MakeDist, MyUploadCPAN, DistClean, Twitter 
     1steps = FindVersion, ChangeVersion, CheckChangeLog, Manifest, DistTest, Commit, Tag, MakeDist, MyUploadCPAN, DistClean, Twitter 
    22 
    3 svk.tagpattern = //local/coderepos/Devel-SearchINC/tags/Devel-SearchINC-%v 
     3svn.tagpattern = http://svn.coderepos.org/share/lang/perl/Devel-SearchINC/tags/Devel-SearchINC-%v 
    44 
    55twitter.config = ~/.twitterrc 
  • lang/perl/Devel-SearchINC/trunk/Changes

    r12752 r16339  
    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 
     1Revision history for Perl extension Devel-SearchINC 
     2 
     31.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 
     211.32  Thu, 18 Oct 2007 10:09:39 +0200 (Marcel Gruenauer <marcel@cpan.org>) 
     22     - fixed version requirement of Test::More 
     23 
     241.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 
     291.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 
     331.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 
     400.03  Thu, 11 Oct 2001 09:46:10 +0200 (Marcel Gruenauer <marcel@cpan.org>) 
     41     - added PERL5OPT documentation (thanks Michael Graham) 
     42 
     430.02  Sat, 19 May 2001 13:39:31 +0100 (Marcel Gruenauer <marcel@cpan.org>) 
     44     - can now also find modules in lib/ subdirectories 
     45 
     460.01  Thu, 15 Mar 2001 14:38:37 +0100 (Marcel Gruenauer <marcel@cpan.org>) 
     47     - original version 
  • lang/perl/Devel-SearchINC/trunk/MANIFEST

    r9771 r16339  
    1818lib/Devel/SearchINC.pm 
    1919lib/Devel/SearchINC/FindLib.pm 
     20LICENSE 
    2021Makefile.PL 
    2122MANIFEST                        This list of files 
    2223META.yml 
    2324README 
     25t/00_compile.t 
     26t/00_perl_critic.t 
     27t/00_pod.t 
    2428t/01_basic.t 
    2529t/02_debug.t