Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libtest-pod-perl / libtest-pod-perl-1.26 / t / item-ordering.pod
diff --git a/dev/i386/libtest-pod-perl/libtest-pod-perl-1.26/t/item-ordering.pod b/dev/i386/libtest-pod-perl/libtest-pod-perl-1.26/t/item-ordering.pod
new file mode 100644 (file)
index 0000000..8a6e3d4
--- /dev/null
@@ -0,0 +1,45 @@
+# $Id: item-ordering.pod 53 2003-03-04 17:41:18Z petdance $
+
+=head1 COPYRIGHT
+
+Copyright 2002, Andy Lester
+
+=cut
+
+# Here's a list with items out of order
+
+=over 4
+
+=item 2 
+
+This is the first prime number
+
+=item 3
+
+This is the second prime number
+
+=item 5
+
+This is the third prime number
+
+=back
+
+=cut
+
+
+# Here's a list with items that can't be
+
+=over 4
+
+Blah blah blah
+
+=item 1
+
+Item One
+
+=item 2
+
+Item 2
+
+=cut
+