Add ARM files
[dh-make-perl] / dev / arm / libwww-mechanize-perl / libwww-mechanize-perl-1.34 / debian / patches / adding_pod_see_also.patch
diff --git a/dev/arm/libwww-mechanize-perl/libwww-mechanize-perl-1.34/debian/patches/adding_pod_see_also.patch b/dev/arm/libwww-mechanize-perl/libwww-mechanize-perl-1.34/debian/patches/adding_pod_see_also.patch
new file mode 100644 (file)
index 0000000..582cad7
--- /dev/null
@@ -0,0 +1,56 @@
+Index: libwww-mechanize-perl/bin/mech-dump
+===================================================================
+--- libwww-mechanize-perl.orig/bin/mech-dump   2007-12-09 16:18:52.000000000 -0600
++++ libwww-mechanize-perl/bin/mech-dump        2007-12-09 16:19:40.000000000 -0600
+@@ -114,3 +114,7 @@
+     $mech->dump_forms( undef, $absolute );
+     return;
+ }
++
++=head1 SEE ALSO
++
++L<WWW::Mechanize>
+Index: libwww-mechanize-perl/lib/WWW/Mechanize/Cookbook.pod
+===================================================================
+--- libwww-mechanize-perl.orig/lib/WWW/Mechanize/Cookbook.pod  2007-12-09 16:16:57.000000000 -0600
++++ libwww-mechanize-perl/lib/WWW/Mechanize/Cookbook.pod       2007-12-09 16:17:41.000000000 -0600
+@@ -72,6 +72,10 @@
+ Use Abe Timmerman's L<WWW::CheckSite>
+ L<http://search.cpan.org/dist/WWW-CheckSite/>
++=head1 SEE ALSO
++
++L<WWW::Mechanize>
++
+ =head1 AUTHORS
+ Copyright 2005 Andy Lester C<< <andy@petdance.com> >>
+Index: libwww-mechanize-perl/lib/WWW/Mechanize/Image.pm
+===================================================================
+--- libwww-mechanize-perl.orig/lib/WWW/Mechanize/Image.pm      2007-12-09 16:17:55.000000000 -0600
++++ libwww-mechanize-perl/lib/WWW/Mechanize/Image.pm   2007-12-09 16:18:39.000000000 -0600
+@@ -116,6 +116,10 @@
+     return $self->URI->abs;
+ }
++=head1 SEE ALSO
++
++L<WWW::Mechanize>
++
+ =head1 COPYRIGHT
+ Copyright (c) 2004 Andy Lester. All rights reserved. This program is
+Index: libwww-mechanize-perl/lib/WWW/Mechanize/Link.pm
+===================================================================
+--- libwww-mechanize-perl.orig/lib/WWW/Mechanize/Link.pm       2007-12-09 16:15:58.000000000 -0600
++++ libwww-mechanize-perl/lib/WWW/Mechanize/Link.pm    2007-12-09 16:16:32.000000000 -0600
+@@ -111,6 +111,9 @@
+     return $self->URI->abs;
+ }
++=head1 SEE ALSO
++
++L<WWW::Mechanize>
+ =head1 COPYRIGHT