Permalink
Cannot retrieve contributors at this time
16 lines (12 sloc)
245 Bytes
|
#!/usr/bin/env bash |
|
|
|
source "`dirname $0`/setup" |
|
use Test::More |
|
BAIL_ON_FAIL |
|
|
|
{ |
|
perl -MInline::Module=makestub,Foo::Bar |
|
ok "`[ -f lib/Foo/Bar.pm ]`" "Stub file was generated into lib" |
|
rm -fr lib |
|
} |
|
|
|
done_testing |
|
teardown |
|
|
|
# vim: set ft=sh: |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.