This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8169d12
)
ext/GDBM_File: Add L<> around pod link
author
Karl Williamson
<khw@cpan.org>
Wed, 5 Apr 2017 17:36:11 +0000
(11:36 -0600)
committer
Karl Williamson
<khw@cpan.org>
Thu, 1 Jun 2017 12:33:17 +0000
(06:33 -0600)
ext/GDBM_File/GDBM_File.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/GDBM_File/GDBM_File.pm
b/ext/GDBM_File/GDBM_File.pm
index
a06fa13
..
fca0642
100644
(file)
--- a/
ext/GDBM_File/GDBM_File.pm
+++ b/
ext/GDBM_File/GDBM_File.pm
@@
-25,7
+25,7
@@
interface.
gdbm is available from any GNU archive. The master site is
C<ftp.gnu.org>, but you are strongly urged to use one of the many
mirrors. You can obtain a list of mirror sites from
-
http://www.gnu.org/order/ftp.html
.
+
L<http://www.gnu.org/order/ftp.html>
.
=head1 BUGS
@@
-69,7
+69,7
@@
require XSLoader;
);
# This module isn't dual life, so no need for dev version numbers.
-$VERSION = '1.1
5
';
+$VERSION = '1.1
6
';
XSLoader::load();