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