Can't locate ExtUtils/MakeMaker/Config.pm in @INC (@INC contains: D:\cpanrun\depot\main\Apps\CPAN_Run\lib d:/cpanrun/build/5-6-1/lib d:/cpanrun/build/5-6-1/site/lib .) at d:/cpanrun/build/5-6-1/lib/ExtUtils/MakeMaker.pm line 7. BEGIN failed--compilation aborted at d:/cpanrun/build/5-6-1/lib/ExtUtils/MakeMaker.pm line 7. Compilation failed in require at Makefile.PL line 1. BEGIN failed--compilation aborted at Makefile.PL line 1. Checking if your kit is complete... Looks good Writing Makefile for HTML::Expander cp Expander.pm blib\lib\HTML\Expander.pm y Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. D:\cpanrun\build\5-6-1\bin\perl.exe -Iblib\arch -Iblib\lib -Id:\cpanrun\build\5-6-1\lib -Id:\cpanrun\build\5-6-1\lib test.pl 1..1
(current mode is '')

This is me

(cyrrent mode is '')

empty

1. 2.opala! 3.opala! Tue Jul 4 06:53:26 GMT 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 Jul 4 06:53:29 GMT 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 D:\cpanrun\build\5-6-1\site\lib\HTML\Expander.pm Writing d:\cpanrun\build\5-6-1\site\lib\auto\HTML\Expander\.packlist Appending installation info to d:\cpanrun\build\5-6-1\lib/perllocal.pod