]> git.donarmstrong.com Git - debbugs.git/commitdiff
add test for Debbugs::Packages
authorDon Armstrong <don@volo>
Sat, 11 Nov 2006 07:27:48 +0000 (23:27 -0800)
committerDon Armstrong <don@volo>
Sat, 11 Nov 2006 07:27:48 +0000 (23:27 -0800)
t/03_packages.t [new file with mode: 0644]

diff --git a/t/03_packages.t b/t/03_packages.t
new file mode 100644 (file)
index 0000000..24a81df
--- /dev/null
@@ -0,0 +1,12 @@
+# -*- mode: cperl;-*-
+
+use Test::More tests => 1;
+
+use warnings;
+use strict;
+
+use utf8;
+use Encode;
+
+use_ok('Debbugs::Packages');
+