Add ARM files
[dh-make-perl] / dev / arm / libpod-coverage-perl / libpod-coverage-perl-0.19 / t / lib / Simple2.pm
diff --git a/dev/arm/libpod-coverage-perl/libpod-coverage-perl-0.19/t/lib/Simple2.pm b/dev/arm/libpod-coverage-perl/libpod-coverage-perl-0.19/t/lib/Simple2.pm
new file mode 100644 (file)
index 0000000..b6b844d
--- /dev/null
@@ -0,0 +1,31 @@
+package Simple2;
+
+# test module - four subs, one with embedded pod item, one with a head2, one
+# with a method call, one with nowt
+
+sub foo {}
+sub baz {}
+sub qux {}
+sub naked {}
+
+
+
+1;
+__END__
+
+=head2 Methods
+
+=over
+
+=item foo
+
+this is foo
+
+=item $object->baz()
+
+=item B<qux>
+
+=back
+
+=cut
+