moved demo scripts and docs into the demo directory
[urisagit/Stem.git] / t / io / packet.t
CommitLineData
4536f655 1
2unless ( eval { require Parse::RecDescent } ) {
3
4 print "1..0 # Skip Parse::RecDescent is not installed\n" ;
5 exit ;
6}
7
8print "\n$_ = $ENV{ $_ }\n" for qw( PATH PERL5LIB STEM_CONF_PATH ) ;
9
10exec 'run_stem test_packet_io' ;