X-Git-Url: http://git.maemo.org/git/?p=dh-make-perl;a=blobdiff_plain;f=dev%2Fi386%2Flibtest-pod-perl%2Flibtest-pod-perl-1.26%2Ft%2Fitem-ordering.pod;fp=dev%2Fi386%2Flibtest-pod-perl%2Flibtest-pod-perl-1.26%2Ft%2Fitem-ordering.pod;h=8a6e3d480c77473f51abd732d189e70566fe90ac;hp=0000000000000000000000000000000000000000;hb=8977e561d8a9eae6959218b0306c9df2056a38a9;hpb=df794b845212301ea0d267c919232538bfef356a 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 index 0000000..8a6e3d4 --- /dev/null +++ b/dev/i386/libtest-pod-perl/libtest-pod-perl-1.26/t/item-ordering.pod @@ -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 +