diff options
author | Karl Williamson <khw@cpan.org> | 2017-04-05 11:36:11 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-06-01 06:33:17 -0600 |
commit | 8a6aac01b357b1712b6af0e9295067de745ebda3 (patch) | |
tree | e4a3baae7dc3bd2bf9138633ce6670cb422f29ac /ext/GDBM_File | |
parent | 8169d12643ae5e0bafc218f66be72efee836d52b (diff) | |
download | perl-8a6aac01b357b1712b6af0e9295067de745ebda3.tar.gz |
ext/GDBM_File: Add L<> around pod link
Diffstat (limited to 'ext/GDBM_File')
-rw-r--r-- | ext/GDBM_File/GDBM_File.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/GDBM_File/GDBM_File.pm b/ext/GDBM_File/GDBM_File.pm index a06fa13884..fca06429cd 100644 --- 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.15'; +$VERSION = '1.16'; XSLoader::load(); |