cleaned up demo scripts locations
[urisagit/Stem.git] / t / cell / flow.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
8exec qw( run_stem event_loop=perl test_flow) ;