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