From: Karl Williamson Date: Tue, 26 Apr 2011 15:39:48 +0000 (-0600) Subject: Internals.pod: Fix broken links X-Git-Tag: accepted/trunk/20130322.191538~4303 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5009e80cede7194e9eeda14e6dbf30f685bcaab;p=platform%2Fupstream%2Fperl.git Internals.pod: Fix broken links --- diff --git a/lib/version/Internals.pod b/lib/version/Internals.pod index 7cf4dc6..dbb73c0 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.