Show
Ignore:
Timestamp:
09/13/07 16:58:35 (6 years ago)
Author:
nyarla
Message:

I modified circulation dependence. (I moved Text::Nyarlax::Util::element to Text::Nyarlax::Element::element.)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Text-Nyarlax/trunk/lib/Text/Nyarlax/Util.pm

    r105 r108  
    55 
    66use Carp; 
    7 use Text::Nyarlax::Element; 
    87 
    98use base qw( Exporter ); 
     
    1110our %EXPORT_TAGS    = ( 
    1211    all => [qw( 
    13         element flatten join_node 
     12        flatten join_node 
    1413    )], 
    1514); 
     
    1918); 
    2019 
    21 sub element { 
    22     my ( $name ) = @_; 
    23     return Text::Nyarlax::Element->new( name => $name ); 
    24 } 
    2520 
    2621sub flatten {