Debian lenny version packages
[pkg-perl] / deb-src / libwww-mechanize-perl / libwww-mechanize-perl-1.34 / debian / patches / adding_pod_see_also.patch
1 Index: libwww-mechanize-perl/bin/mech-dump
2 ===================================================================
3 --- libwww-mechanize-perl.orig/bin/mech-dump    2007-12-09 16:18:52.000000000 -0600
4 +++ libwww-mechanize-perl/bin/mech-dump 2007-12-09 16:19:40.000000000 -0600
5 @@ -114,3 +114,7 @@
6      $mech->dump_forms( undef, $absolute );
7      return;
8  }
9 +
10 +=head1 SEE ALSO
11 +
12 +L<WWW::Mechanize>
13 Index: libwww-mechanize-perl/lib/WWW/Mechanize/Cookbook.pod
14 ===================================================================
15 --- libwww-mechanize-perl.orig/lib/WWW/Mechanize/Cookbook.pod   2007-12-09 16:16:57.000000000 -0600
16 +++ libwww-mechanize-perl/lib/WWW/Mechanize/Cookbook.pod        2007-12-09 16:17:41.000000000 -0600
17 @@ -72,6 +72,10 @@
18  Use Abe Timmerman's L<WWW::CheckSite>
19  L<http://search.cpan.org/dist/WWW-CheckSite/>
20  
21 +=head1 SEE ALSO
22 +
23 +L<WWW::Mechanize>
24 +
25  =head1 AUTHORS
26  
27  Copyright 2005 Andy Lester C<< <andy@petdance.com> >>
28 Index: libwww-mechanize-perl/lib/WWW/Mechanize/Image.pm
29 ===================================================================
30 --- libwww-mechanize-perl.orig/lib/WWW/Mechanize/Image.pm       2007-12-09 16:17:55.000000000 -0600
31 +++ libwww-mechanize-perl/lib/WWW/Mechanize/Image.pm    2007-12-09 16:18:39.000000000 -0600
32 @@ -116,6 +116,10 @@
33      return $self->URI->abs;
34  }
35  
36 +=head1 SEE ALSO
37 +
38 +L<WWW::Mechanize>
39 +
40  =head1 COPYRIGHT
41  
42  Copyright (c) 2004 Andy Lester. All rights reserved. This program is
43 Index: libwww-mechanize-perl/lib/WWW/Mechanize/Link.pm
44 ===================================================================
45 --- libwww-mechanize-perl.orig/lib/WWW/Mechanize/Link.pm        2007-12-09 16:15:58.000000000 -0600
46 +++ libwww-mechanize-perl/lib/WWW/Mechanize/Link.pm     2007-12-09 16:16:32.000000000 -0600
47 @@ -111,6 +111,9 @@
48  
49      return $self->URI->abs;
50  }
51 +=head1 SEE ALSO
52 +
53 +L<WWW::Mechanize>
54  
55  =head1 COPYRIGHT
56