From c5009e80cede7194e9eeda14e6dbf30f685bcaab Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 26 Apr 2011 09:39:48 -0600 Subject: Internals.pod: Fix broken links --- lib/version/Internals.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/version/Internals.pod b/lib/version/Internals.pod index 7cf4dc6769..dbb73c05b4 100644 --- a/lib/version/Internals.pod +++ b/lib/version/Internals.pod @@ -6,7 +6,7 @@ version::Internals - Perl extension for Version Objects Overloaded version objects for all modern versions of Perl. This documents the internal data representation and underlying code for version.pm. See -L for daily usage. This document is only useful for users +L for daily usage. This document is only useful for users interested in the gory details. =head1 WHAT IS A VERSION? @@ -245,7 +245,7 @@ helpful: Because of the nature of the Perl parsing and tokenizing routines, certain initialization values B be quoted in order to correctly parse as the intended version, especially when using the L or -L methods. While you do not have to quote decimal numbers when +L methods. While you do not have to quote decimal numbers when creating version objects, it is always safe to quote B initial values when using version.pm methods, as this will ensure that what you type is what is used. -- cgit v1.2.1