Changeset 16333

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

first step in moving towards a standard-style dist

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

Legend:

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

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

    r12744 r16333  
    1 --- 
    2 global: 
    3   name: Data-Semantic-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:45Z 
    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:09:03Z 
    18     tags: [] 
    19     version: 0.02 
    20   - author: 'Marcel Gruenauer <marcel@cpan.org>' 
    21     changes: 
    22       - original version 
    23       - 'Makefile.PL: fixed requirements' 
    24       - "Data::Semantic::URI::TestData::*: there's not just 'good' and 'bad', there's 'well_formed', 'not_well_formed', 'valid' and 'invalid' under certain argument combinations" 
    25       - "Data::Semantic::URI::*_TEST: don't inherit from Data::Semantic::RegexpTest, inherit from Data::Semantic::Test instead" 
    26       - updated MANIFEST 
    27       - getting rid of the distinction between well-formedness and validity. Only validity remains 
    28       - 'all classes: added documentation' 
    29       - 'Data::Semantic::URI::http_TEST: run() tests keep()' 
    30       - 'Makefile.PL: build requires Test::Differences' 
    31       - updated t/perlcriticrc 
    32     date: 2007-11-21T18:22:13Z 
    33     tags: [] 
    34     version: 0.01 
     1Revision history for Perl extension Data-Semantic-URI 
     2 
     30.03  Thu, 29 May 2008 12:03:45 -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:09:03 -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:22:13 -0000 (Marcel Gruenauer <marcel@cpan.org>) 
     15     - original version 
     16     - Makefile.PL: fixed requirements 
     17     - Data::Semantic::URI::TestData::*: there's not just 'good' and 'bad', 
     18       there's 'well_formed', 'not_well_formed', 'valid' and 'invalid' under 
     19       certain argument combinations 
     20     - Data::Semantic::URI::*_TEST: don't inherit from 
     21       Data::Semantic::RegexpTest, inherit from Data::Semantic::Test instead 
     22     - updated MANIFEST 
     23     - getting rid of the distinction between well-formedness and validity. 
     24       Only validity remains 
     25     - all classes: added documentation 
     26     - Data::Semantic::URI::http_TEST: run() tests keep() 
     27     - Makefile.PL: build requires Test::Differences 
     28     - updated t/perlcriticrc 
  • lang/perl/Data-Semantic-URI/trunk/MANIFEST

    r9765 r16333  
    3939lib/Data/Semantic/URI/tv.pm 
    4040lib/Data/Semantic/URI/wais.pm 
     41LICENSE 
    4142Makefile.PL 
    4243MANIFEST                        This list of files 
    4344META.yml 
    4445README 
     46t/00_compile.t 
     47t/00_perl_critic.t 
     48t/00_pod.t 
    4549t/01_companion_classes.t 
    4650t/perlcriticrc