Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libtest-pod-coverage-perl / libtest-pod-coverage-perl-1.08 / t / Privates.pm
diff --git a/dev/i386/libtest-pod-coverage-perl/libtest-pod-coverage-perl-1.08/t/Privates.pm b/dev/i386/libtest-pod-coverage-perl/libtest-pod-coverage-perl-1.08/t/Privates.pm
new file mode 100644 (file)
index 0000000..e690563
--- /dev/null
@@ -0,0 +1,33 @@
+package Privates;
+
+sub foo {}
+sub bar {}
+sub baz {}
+sub INTERNAL_THING {}
+sub INTERNAL_DOODAD {}
+
+1;
+__END__
+
+# test module - three subs, one without, one with an item, one with a head2
+
+=head2 Methods
+
+=over
+
+=item foo
+
+this is foo
+
+=back
+
+=head2 bar
+
+The bar is just a throwaway.
+
+=head2 baz
+
+baz is very important
+
+=cut
+