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

first step in moving towards a standard-style dist

Location:
lang/perl/Class-Accessor-FactoryTyped/trunk
Files:
4 added
3 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Class-Accessor-FactoryTyped/trunk/.shipit

    r12721 r16308  
    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/Class-Accessor-FactoryTyped/tags/Class-Accessor-FactoryTyped-%v 
     3svn.tagpattern = http://svn.coderepos.org/share/lang/perl/Class-Accessor-FactoryTyped/tags/Class-Accessor-FactoryTyped-%v 
    44 
    55twitter.config = ~/.twitterrc 
  • lang/perl/Class-Accessor-FactoryTyped/trunk/Changes

    r12721 r16308  
    1 --- 
    2 global: 
    3   name: Class-Accessor-FactoryTyped 
    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       - '.shipit: now uses ApplyYAMLChangeLogVersion' 
    13       - started writing generated documentation 
    14       - updated t/perlcriticrc 
    15       - factory typed attribute accessor now also accepts subclasses of the expected class 
    16       - '.shipit: fixed svk.tagpattern' 
    17     date: 2008-05-29T12:01:23Z 
    18     tags: 
    19       - NEWFEATURE 
    20     version: 0.03 
    21   - author: 'Marcel Gruenauer <marcel@cpan.org>' 
    22     changes: 
    23       - now uses Class::Accessor::Installer 
    24     date: 2007-10-24T11:41:27+02:00 
    25     tags: [] 
    26     version: 0.02 
    27   - author: 'Marcel Gruenauer <marcel@cpan.org>' 
    28     changes: 
    29       - original version 
    30     date: 2007-10-21T20:05:00+02:00 
    31     tags: [] 
    32     version: 0.01 
     1Revision history for Perl extension Class-Accessor-FactoryTyped 
     2 
     30.03  Thu, 29 May 2008 12:01: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     - .shipit: now uses ApplyYAMLChangeLogVersion 
     10     - started writing generated documentation 
     11     - updated t/perlcriticrc 
     12     - factory typed attribute accessor now also accepts subclasses of the 
     13       expected class 
     14     - .shipit: fixed svk.tagpattern 
     15     - tags: NEWFEATURE 
     16 
     170.02  Wed, 24 Oct 2007 11:41:27 +0200 (Marcel Gruenauer <marcel@cpan.org>) 
     18     - now uses Class::Accessor::Installer 
     19 
     200.01  Sun, 21 Oct 2007 20:05:00 +0200 (Marcel Gruenauer <marcel@cpan.org>) 
     21     - original version 
  • lang/perl/Class-Accessor-FactoryTyped/trunk/MANIFEST

    r9744 r16308  
    1717inc/UNIVERSAL/require.pm 
    1818lib/Class/Accessor/FactoryTyped.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/01_simple.t 
    2428t/02_complex.t