Changeset 16327

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

first step in moving towards a standard-style dist

Location:
lang/perl/Data-Domain-URI/trunk
Files:
4 added
3 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Data-Domain-URI/trunk/.shipit

    r12738 r16327  
    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/Data-Domain-URI/tags/Data-Domain-URI-%v 
     3svn.tagpattern = http://svn.coderepos.org/share/lang/perl/Data-Domain-URI/tags/Data-Domain-URI-%v 
    44 
    55twitter.config = ~/.twitterrc 
  • lang/perl/Data-Domain-URI/trunk/Changes

    r12738 r16327  
    1 --- 
    2 global: 
    3   name: Data-Domain-URI 
    4 releases: 
    5   - author: 'Marcel Gruenauer <marcel@cpan.org>' 
    6     changes: 
    7       - set the version to 0.03 
    8       - moved generated documentation of interited methods to after documentation of this class' methods so the manpage is more readable 
    9       - '.shipit: fixed svk.tagpattern' 
    10     date: 2008-05-29T12:03:11Z 
    11     tags: [] 
    12     version: 0.03 
    13   - author: 'Marcel Gruenauer <marcel@cpan.org>' 
    14     changes: 
    15       - set the version to 0.02 
    16       - 'Makefile.PL: now requires Test::CompanionClasses 0.03; earlier versions had a bug in make_real_object()' 
    17     date: 2007-11-22T13:07:45Z 
    18     tags: [] 
    19     version: 0.02 
    20   - author: 'Marcel Gruenauer <marcel@cpan.org>' 
    21     changes: 
    22       - original version 
    23       - 'Data::Domain::URI_TEST: made run() more generic' 
    24       - 'all classes: added documentation' 
    25       - updated t/perlcriticrc 
    26     date: 2007-11-21T18:21:54Z 
    27     tags: [] 
    28     version: 0.01 
     1Revision history for Perl extension Data-Domain-URI 
     2 
     30.03  Thu, 29 May 2008 12:03:11 -0000 (Marcel Gruenauer <marcel@cpan.org>) 
     4     - set the version to 0.03 
     5     - moved generated documentation of interited methods to after 
     6       documentation of this class' methods so the manpage is more readable 
     7     - .shipit: fixed svk.tagpattern 
     8 
     90.02  Thu, 22 Nov 2007 13:07:45 -0000 (Marcel Gruenauer <marcel@cpan.org>) 
     10     - set the version to 0.02 
     11     - Makefile.PL: now requires Test::CompanionClasses 0.03; earlier versions 
     12       had a bug in make_real_object() 
     13 
     140.01  Wed, 21 Nov 2007 18:21:54 -0000 (Marcel Gruenauer <marcel@cpan.org>) 
     15     - original version 
     16     - Data::Domain::URI_TEST: made run() more generic 
     17     - all classes: added documentation 
     18     - updated t/perlcriticrc 
  • lang/perl/Data-Domain-URI/trunk/MANIFEST

    r9759 r16327  
    2727lib/Data/Domain/URI/http_TEST.pm 
    2828lib/Data/Domain/URI_TEST.pm 
     29LICENSE 
    2930Makefile.PL 
    3031MANIFEST                        This list of files 
    3132META.yml 
    3233README 
     34t/00_compile.t 
     35t/00_perl_critic.t 
     36t/00_pod.t 
    3337t/01_companion_classes.t 
    3438t/perlcriticrc