Subject: | (Patch] POD nits |
The attached patch fixes some POD, which renders wrong, at least at
search.cpan.org.
Subject: | pod.patch |
diff --git a/lib/DateTime/TimeZone/LMT.pm b/lib/DateTime/TimeZone/LMT.pm
index d69ef52..7d7c63e 100644
--- a/lib/DateTime/TimeZone/LMT.pm
+++ b/lib/DateTime/TimeZone/LMT.pm
@@ -218,8 +218,8 @@ anything other than display.
Creates an alias that can be called as a string by DateTime methods.
-This means you can C<$dt = DateTime->new( time_zone => 'LMT' )> rather
-than the normal C<$dt = DateTime->new( time_zone => $lmt )>. This is of
+This means you can C<< $dt = DateTime->new( time_zone => 'LMT' ) >> rather
+than the normal C<< $dt = DateTime->new( time_zone => $lmt ) >>. This is of
little benefit unless you're accepting a time zone name from a user.
If the optional $alias_name is provided then that will be the alias