diff options
Diffstat (limited to 'debian/perl-framework/Apache-Test/t/more/03testpm.t')
-rw-r--r-- | debian/perl-framework/Apache-Test/t/more/03testpm.t | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/perl-framework/Apache-Test/t/more/03testpm.t b/debian/perl-framework/Apache-Test/t/more/03testpm.t new file mode 100644 index 0000000..0883e92 --- /dev/null +++ b/debian/perl-framework/Apache-Test/t/more/03testpm.t @@ -0,0 +1,8 @@ +# see the description in t/more/all.t + +use strict; +use warnings FATAL => qw(all); + +use Apache::TestRequest 'GET_BODY_ASSERT'; +print GET_BODY_ASSERT "/TestMore__testpm"; + |