Changeset 108 for lang/perl/Text-Nyarlax/trunk/lib/Text/Nyarlax/Util.pm
- Timestamp:
- 09/13/07 16:58:35 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Text-Nyarlax/trunk/lib/Text/Nyarlax/Util.pm
r105 r108 5 5 6 6 use Carp; 7 use Text::Nyarlax::Element;8 7 9 8 use base qw( Exporter ); … … 11 10 our %EXPORT_TAGS = ( 12 11 all => [qw( 13 elementflatten join_node12 flatten join_node 14 13 )], 15 14 ); … … 19 18 ); 20 19 21 sub element {22 my ( $name ) = @_;23 return Text::Nyarlax::Element->new( name => $name );24 }25 20 26 21 sub flatten {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)