Changeset 16330

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

first step in moving towards a standard-style dist

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

Legend:

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

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

    r12741 r16330  
    1 --- 
    2 global: 
    3   name: Data-Semantic 
    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:26Z 
    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:08:38Z 
    18     tags: [] 
    19     version: 0.02 
    20   - author: 'Marcel Gruenauer <marcel@cpan.org>' 
    21     changes: 
    22       - original version 
    23       - 'Data::Semantic::Base: is_valid_normalized_value() also requires the value to be well-formed' 
    24       - 'Data::Semantic::RegexpAdapter: is_valid_normalized_value() just calls is_well_formed() - is that right?' 
    25       - 'Data::Semantic::Test: now deals with TESTDATA instead of well_formed(), not_well_formed(), valid() and invalid()' 
    26       - updated MANIFEST 
    27       - deleted lib/Data/Semantic/RegexpTest.pm 
    28       - getting rid of the distinction between well-formedness and validity. Only validity remains 
    29       - deleted lib/Data/Semantic.pm 
    30       - moveed Data::Semantic::Base to Data::Semantic 
    31       - deleted lib/Data/Semantic/Base.pm 
    32       - started to add documentation 
    33       - 'Data::Semantic::RegexpAddapter: keep() is now a boolean attribute' 
    34       - 'Data::Semantic::Test: added documentation' 
    35       - updated t/perlcriticrc 
    36     date: 2007-11-21T18:22:03Z 
    37     tags: [] 
    38     version: 0.01 
     1Revision history for Perl extension Data-Semantic 
     2 
     30.03  Thu, 29 May 2008 12:03:26 -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:08:38 -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:03 -0000 (Marcel Gruenauer <marcel@cpan.org>) 
     15     - original version 
     16     - Data::Semantic::Base: is_valid_normalized_value() also requires the 
     17       value to be well-formed 
     18     - Data::Semantic::RegexpAdapter: is_valid_normalized_value() just calls 
     19       is_well_formed() - is that right? 
     20     - Data::Semantic::Test: now deals with TESTDATA instead of well_formed(), 
     21       not_well_formed(), valid() and invalid() 
     22     - updated MANIFEST 
     23     - deleted lib/Data/Semantic/RegexpTest.pm 
     24     - getting rid of the distinction between well-formedness and validity. 
     25       Only validity remains 
     26     - deleted lib/Data/Semantic.pm 
     27     - moveed Data::Semantic::Base to Data::Semantic 
     28     - deleted lib/Data/Semantic/Base.pm 
     29     - started to add documentation 
     30     - Data::Semantic::RegexpAddapter: keep() is now a boolean attribute 
     31     - Data::Semantic::Test: added documentation 
     32     - updated t/perlcriticrc 
  • lang/perl/Data-Semantic/trunk/MANIFEST

    r9762 r16330  
    2020lib/Data/Semantic/RegexpAdapter.pm 
    2121lib/Data/Semantic/Test.pm 
     22LICENSE 
    2223Makefile.PL 
    2324MANIFEST                        This list of files 
    2425META.yml 
    2526README 
     27t/00_compile.t 
     28t/00_perl_critic.t 
     29t/00_pod.t 
    2630t/perlcriticrc