Changeset 327
- Timestamp:
- 10/28/06 08:49:33 (2 years ago)
- Files:
-
- library/perl/tags/Text-Trac-0.05/Changes (modified) (1 diff)
- library/perl/tags/Text-Trac-0.05/lib/Text/Trac/BlockNode.pm (modified) (1 diff)
- library/perl/tags/Text-Trac-0.05/t/01-text-trac.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
library/perl/tags/Text-Trac-0.05/Changes
r323 r327 1 1 Revision history for Text-Trac 2 2 3 0.05 Fri Oct 273 0.05 Sat Oct 28 4 4 Using Test::Base instead of Test::More in 01-text-trac.t. 5 5 Fix the bug reported on rt.cpan.org ticket #21431. library/perl/tags/Text-Trac-0.05/lib/Text/Trac/BlockNode.pm
r324 r327 10 10 __PACKAGE__->mk_classdata( 11 11 inline_nodes => [ qw( bold_italic bold italic underline monospace strike sup sub br 12 auto_link_http macro) ]12 auto_link_http ) ] 13 13 ); 14 14 __PACKAGE__->mk_classdata( library/perl/tags/Text-Trac-0.05/t/01-text-trac.t
r324 r327 338 338 </dd> 339 339 </dl> 340 341 ### macro HelloWorld test342 --- input343 [[HelloWorld(arg1, arg2)]]344 --- expected345 <p>346 Hello World, args = arg1, arg2347 </p>
