Checking if your kit is complete... Looks good Writing Makefile for HTML::Expander cp Expander.pm blib/lib/HTML/Expander.pm Manifying blib/man3/HTML::Expander.3 PERL_DL_NONLAZY=1 /export/home/cpanrun/build/5.6.1/bin/perl -Iblib/arch -Iblib/lib -I/export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi -I/export/home/cpanrun/build/5.6.1/lib/5.6.1 test.pl 1..1
(current mode is '')

This is me

(cyrrent mode is '')

empty

1. 2.opala! 3.opala! Tue May 9 18:40:49 PDT 2006 use Test; BEGIN { plan tests => 1 }; use HTML::Expander; use strict; my $ex = new HTML::Expander; $ex->{ 'WARNINGS' }++; $ex->define_tag( 'main', '

', '

' ); $ex->define_tag( 'main', '

', '

' ); $ex->mode_copy( 'new', 'main' ); $ex->define_tag( 'new', '

', '

' ); $ex->define_tag( 'new', '', '
' );
$ex->define_tag( 'new', '',  '
' ); print $ex->expand( "
(current mode is '')
This is me (cyrrent mode is '') empty 1.opala! 2.opala! 3. \n" ); $ex->{ 'EXEC_TAG_ALLOWED' } = 1; print $ex->expand( 'Tue May 9 18:40:49 PDT 2006 ' ), "\n"; $ex->add_inc_paths( '.' ); print $ex->expand( '' ), "\n"; print "done."; # use Data::Dumper; # print Dumper( $ex ); ok(1); # there is no bad condition check yet done.ok 1 Installing /export/home/cpanrun/build/5.6.1/lib/site_perl/5.6.1/HTML/Expander.pm Installing /export/home/cpanrun/build/5.6.1/man/man3/HTML::Expander.3 Appending installation info to /export/home/cpanrun/build/5.6.1/lib/5.6.1/sun4-solaris-thread-multi/perllocal.pod