diff options
author | Gianni Ceccarelli <dakkar@dechirico.(none)> | 2009-04-23 15:04:07 +0200 |
---|---|---|
committer | Gianni Ceccarelli <dakkar@dechirico.(none)> | 2009-04-23 15:04:07 +0200 |
commit | 1f9c8426a9bf1c94a6cf00edd85628d1c09e22e0 (patch) | |
tree | 542697b5e3bcb903f117d0765cc7e3d8e05d2858 /t/00-author-deps.t | |
parent | doc about importing (diff) | |
download | Tree-Transform-XSLTish-1f9c8426a9bf1c94a6cf00edd85628d1c09e22e0.tar.gz Tree-Transform-XSLTish-1f9c8426a9bf1c94a6cf00edd85628d1c09e22e0.tar.bz2 Tree-Transform-XSLTish-1f9c8426a9bf1c94a6cf00edd85628d1c09e22e0.zip |
new tests
Diffstat (limited to 't/00-author-deps.t')
-rw-r--r-- | t/00-author-deps.t | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/t/00-author-deps.t b/t/00-author-deps.t deleted file mode 100644 index f92ec06..0000000 --- a/t/00-author-deps.t +++ /dev/null @@ -1,6 +0,0 @@ -#!perl -use Test::Most; -plan skip_all => "skipping author-only test" unless $ENV{RUN_AUTHOR_TESTS}; -eval "use Test::Dependencies exclude => [qw(Tree::Transform::XSLTish XML::LibXML Moose::Util::TypeConstraints)]"; - -ok_dependencies(); |