ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/File-Rdiff/Rdiff.pm
(Generate patch)

Comparing File-Rdiff/Rdiff.pm (file contents):
Revision 1.4 by root, Wed Jan 12 20:35:42 2005 UTC vs.
Revision 1.5 by root, Thu Mar 3 17:25:30 2005 UTC

20package File::Rdiff; 20package File::Rdiff;
21 21
22require DynaLoader; 22require DynaLoader;
23require Exporter; 23require Exporter;
24 24
25$VERSION = 0.01; 25$VERSION = 0.02;
26@ISA = qw/DynaLoader Exporter/; 26@ISA = qw/DynaLoader Exporter/;
27 27
28bootstrap File::Rdiff $VERSION; 28bootstrap File::Rdiff $VERSION;
29 29
30{ 30{
194 194
195- documentation leaves much to be deserved. 195- documentation leaves much to be deserved.
196 196
197=head1 AUTHOR 197=head1 AUTHOR
198 198
199 Marc Lehmann <pcg@goof.com> 199 Marc Lehmann <schmorp@schmorp.de>
200 http://home.schmorp.de/ 200 http://home.schmorp.de/
201 201
202=cut 202=cut
203 203
2041; 2041;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines