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

first step in moving towards a standard-style dist

Location:
lang/perl/DBIx-Lookup-Field/trunk
Files:
4 added
3 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/DBIx-Lookup-Field/trunk/.shipit

    r12751 r16320  
    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/DBIx-Lookup-Field/tags/DBIx-Lookup-Field-%v 
     3svn.tagpattern = http://svn.coderepos.org/share/lang/perl/DBIx-Lookup-Field/tags/DBIx-Lookup-Field-%v 
    44 
    55twitter.config = ~/.twitterrc 
  • lang/perl/DBIx-Lookup-Field/trunk/Changes

    r12751 r16320  
    1 --- 
    2 global: 
    3   name: DBIx-Lookup-Field 
    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       - added t/perlcriticrc 
    13       - updated MANIFEST 
    14       - '.shipit: fixed svk.tagpattern' 
    15     date: 2008-05-29T12:04:23Z 
    16     tags: 
    17       - NEWFEATURE 
    18     version: 1.24 
    19   - author: 'Marcel Gruenauer <marcel@cpan.org>' 
    20     changes: 
    21       - fixed version requirement of Test::More 
    22     date: 2007-10-18T10:09:39+02:00 
    23     tags: [] 
    24     version: 1.23 
    25   - author: 'Marcel Gruenauer <marcel@cpan.org>' 
    26     changes: 
    27       - 'converted to new-style distro (ShipIt, Module::Install)' 
    28       - fixed documentation 
    29       - moved files to where they should be 
    30     date: 2007-09-10T09:12:36+02:00 
    31     tags: [] 
    32     version: 1.22 
    33   - author: 'Marcel Gruenauer <marcel@cpan.org>' 
    34     changes: 
    35       - 'Test::Distribution was still called Test::Comprehensive when 1.2 was released, so that got changed (thanks florian)' 
    36     date: 2002-09-10T17:04:25+02:00 
    37     tags: [] 
    38     version: 1.21 
    39   - author: 'Marcel Gruenauer <marcel@cpan.org>' 
    40     changes: 
    41       - added dbi_lookup_field_with_reverse() 
    42     date: 2002-09-02T18:40:48+02:00 
    43     tags: [] 
    44     version: 1.02 
    45   - author: 'Marcel Gruenauer <marcel@cpan.org>' 
    46     changes: 
    47       - original version 
    48     date: 2000-10-26T12:03:21+01:00 
    49     tags: [] 
    50     version: 0.01 
     1Revision history for Perl extension DBIx-Lookup-Field 
     2 
     31.24  Thu, 29 May 2008 12:04:23 -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     - added t/perlcriticrc 
     10     - updated MANIFEST 
     11     - .shipit: fixed svk.tagpattern 
     12     - tags: NEWFEATURE 
     13 
     141.23  Thu, 18 Oct 2007 10:09:39 +0200 (Marcel Gruenauer <marcel@cpan.org>) 
     15     - fixed version requirement of Test::More 
     16 
     171.22  Mon, 10 Sep 2007 09:12:36 +0200 (Marcel Gruenauer <marcel@cpan.org>) 
     18     - converted to new-style distro (ShipIt, Module::Install) 
     19     - fixed documentation 
     20     - moved files to where they should be 
     21 
     221.21  Tue, 10 Sep 2002 17:04:25 +0200 (Marcel Gruenauer <marcel@cpan.org>) 
     23     - Test::Distribution was still called Test::Comprehensive when 1.2 was 
     24       released, so that got changed (thanks florian) 
     25 
     261.02  Mon, 02 Sep 2002 18:40:48 +0200 (Marcel Gruenauer <marcel@cpan.org>) 
     27     - added dbi_lookup_field_with_reverse() 
     28 
     290.01  Thu, 26 Oct 2000 12:03:21 +0100 (Marcel Gruenauer <marcel@cpan.org>) 
     30     - original version 
  • lang/perl/DBIx-Lookup-Field/trunk/MANIFEST

    r9753 r16320  
    1717inc/UNIVERSAL/require.pm 
    1818lib/DBIx/Lookup/Field.pm 
     19LICENSE 
    1920Makefile.PL 
    2021MANIFEST                        This list of files 
    2122META.yml 
    2223README 
     24t/00_compile.t 
     25t/00_perl_critic.t 
     26t/00_pod.t 
    2327t/perlcriticrc 
    2428t/README