aboutsummaryrefslogtreecommitdiff
path: root/perl/Wallet/Database.pm
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-03-03 22:44:53 -0800
committerRuss Allbery <rra@stanford.edu>2010-03-03 22:44:53 -0800
commitacc73c988b845448230942de0f07263546763420 (patch)
tree86b06a59919870a8c7a0ab4beb31d7363d826163 /perl/Wallet/Database.pm
parente9fcc6b23337b206e4b2ff810e7ecf5258107604 (diff)
Use L<> links instead of man page references for modules
Do this only in the main text, not in the SEE ALSO section, since the latter is more for conventional man pages. This will produce better results for some POD to HTML converters (although not mine, yet).
Diffstat (limited to 'perl/Wallet/Database.pm')
-rw-r--r--perl/Wallet/Database.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/Wallet/Database.pm b/perl/Wallet/Database.pm
index 7b3474a..7daab9f 100644
--- a/perl/Wallet/Database.pm
+++ b/perl/Wallet/Database.pm
@@ -39,7 +39,7 @@ use Wallet::Config;
# This version should be increased on any code change to this module. Always
# use two digits for the minor version with a leading zero if necessary so
# that it will sort properly.
-$VERSION = '0.02';
+$VERSION = '0.03';
##############################################################################
# Core overrides
@@ -101,7 +101,7 @@ methods should work the same as in DBI and Wallet::Database objects should
be usable exactly as if they were DBI objects.
connect() will obtain the database connection information from the wallet
-configuration; see Wallet::Config(3) for more details. It will also
+configuration; see L<Wallet::Config> for more details. It will also
automatically set the RaiseError attribute to true and the PrintError and
AutoCommit attributes to false, matching the assumptions made by the
wallet database code.