Front page | perl.perl5.porters |
Postings from November 2003
RE: [PATCH] Minor fixes for DB_File pod
Thread Previous
From:
Paul Marquess
Date:
November 19, 2003 01:28
Subject:
RE: [PATCH] Minor fixes for DB_File pod
Message ID:
AIEAJICLCBDNAAOLLOKLEEIFPCAA.Paul.Marquess@btinternet.com
Thanks Slaven. I'll apply those to my master copy.
Paul
> -----Original Message-----
> From: Slaven Rezic [mailto:slaven@rezic.de]
> Sent: 18 November 2003 13:07
> To: pmqs@cpan.org
> Cc: perl5-porters@perl.org
> Subject: [PATCH] Minor fixes for DB_File pod
>
>
> Here are some minor pod fixes (markup correction, corrected links).
> The patch is against the bleedperl version of DB_File.pm
>
> Regards,
> Slaven
>
> --- lib/DB_File.pm~ 2003-11-01 22:20:50.000000000 +0100
> +++ lib/DB_File.pm 2003-11-18 14:05:01.000000000 +0100
> @@ -2233,7 +2233,7 @@ B<DB_File> comes with the standard Perl
> the directory F<ext/DB_File>. Given the amount of time between releases
> of Perl the version that ships with Perl is quite likely to be out of
> date, so the most recent version can always be found on CPAN (see
> -L<perlmod/CPAN> for details), in the directory
> +L<perlmodlib/CPAN> for details), in the directory
> F<modules/by-module/DB_File>.
>
> This version of B<DB_File> will work with either version 1.x, 2.x or
> @@ -2278,14 +2278,14 @@ Berkeley DB authors or the author of DB_
>
> =head1 SEE ALSO
>
> -L<perl(1)>, L<dbopen(3)>, L<hash(3)>, L<recno(3)>, L<btree(3)>,
> -L<dbmfilter>
> +L<perl>, L<dbopen(3)>, L<hash(3)>, L<recno(3)>, L<btree(3)>,
> +L<perldbmfilter>
>
> =head1 AUTHOR
>
> The DB_File interface was written by Paul Marquess
> -E<lt>pmqs@cpan.org<gt>.
> +E<lt>pmqs@cpan.orgE<gt>.
> Questions about the DB system itself may be addressed to
> -E<lt>db@sleepycat.com<gt>.
> +E<lt>db@sleepycat.comE<gt>.
>
> =cut
>
>
> --
> __o Slaven Rezic
> _`\<,_ slaven <at> rezic <dot> de
> __(_)/ (_)____
> __________________________________________________________________
> ____________
Thread Previous