From 6baf5b52e18811f2b44d35a5dcc1a51d6071ce8b Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 17 Jul 2007 15:27:31 +0000 Subject: r2493@narval: dakkar | 2007-07-17 10:42:29 +0200 importo il modulo ReST-XML git-svn-id: svn://luxion/repos/Text-Restructured-Writer-LibXML@257 fcb26f47-9200-0410-b104-b98ab5b095f3 --- t/00-load.t | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 t/00-load.t (limited to 't/00-load.t') diff --git a/t/00-load.t b/t/00-load.t new file mode 100644 index 0000000..f152344 --- /dev/null +++ b/t/00-load.t @@ -0,0 +1,7 @@ +use Test::More tests => 1; + +BEGIN { + use_ok('Text::Restructured::Writer::LibXML'); +} + +diag( "Testing Text::Restructured::Writer::LibXML $Text::Restructured::Writer::LibXML::VERSION" ); -- cgit v1.2.3