Changeset 327

Show
Ignore:
Timestamp:
10/28/06 08:49:33 (2 years ago)
Author:
miya
Message:

degrade to release cpan.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • library/perl/tags/Text-Trac-0.05/Changes

    r323 r327  
    11Revision history for Text-Trac 
    22 
    3 0.05    Fri Oct 27 
     30.05    Sat Oct 28 
    44        Using Test::Base instead of Test::More in 01-text-trac.t. 
    55        Fix the bug reported on rt.cpan.org ticket #21431. 
  • library/perl/tags/Text-Trac-0.05/lib/Text/Trac/BlockNode.pm

    r324 r327  
    1010__PACKAGE__->mk_classdata( 
    1111    inline_nodes   => [ qw( bold_italic bold italic underline monospace strike sup sub br 
    12                             auto_link_http macro ) ] 
     12                            auto_link_http ) ] 
    1313); 
    1414__PACKAGE__->mk_classdata( 
  • library/perl/tags/Text-Trac-0.05/t/01-text-trac.t

    r324 r327  
    338338</dd> 
    339339</dl> 
    340  
    341 ### macro HelloWorld test 
    342 --- input 
    343 [[HelloWorld(arg1, arg2)]] 
    344 --- expected 
    345 <p> 
    346 Hello World, args = arg1, arg2 
    347 </p>