Add ARM files
[dh-make-perl] / dev / arm / libtest-pod-coverage-perl / libtest-pod-coverage-perl-1.08 / t / Simple.pm
diff --git a/dev/arm/libtest-pod-coverage-perl/libtest-pod-coverage-perl-1.08/t/Simple.pm b/dev/arm/libtest-pod-coverage-perl/libtest-pod-coverage-perl-1.08/t/Simple.pm
new file mode 100644 (file)
index 0000000..6d6b6c6
--- /dev/null
@@ -0,0 +1,31 @@
+package Simple;
+
+sub foo {}
+sub bar {}
+sub baz {}
+
+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
+