From: Ricardo Signes Date: Fri, 12 Nov 2010 00:01:08 +0000 (-0500) Subject: fix typo in docs: . instead of ; X-Git-Tag: 1.21~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=15917f4b032d0dbace6a6ab22e6edbf2a8125832;p=gitmo%2FMoose.git fix typo in docs: . instead of ; (cherry picked from commit da96a8f188d13f7119adabd1b7dde6b62f0402d8) --- diff --git a/author/convert-to-test-fatal b/author/convert-to-test-fatal old mode 100755 new mode 100644 diff --git a/author/extract-inline-tests b/author/extract-inline-tests old mode 100755 new mode 100644 diff --git a/author/find-dupe-test-numbers b/author/find-dupe-test-numbers old mode 100755 new mode 100644 diff --git a/benchmarks/method_modifiers.pl b/benchmarks/method_modifiers.pl old mode 100755 new mode 100644 diff --git a/benchmarks/moose_bench.pl b/benchmarks/moose_bench.pl old mode 100755 new mode 100644 diff --git a/lib/Moose/Manual/Attributes.pod b/lib/Moose/Manual/Attributes.pod index 94207db..83bfb8a 100644 --- a/lib/Moose/Manual/Attributes.pod +++ b/lib/Moose/Manual/Attributes.pod @@ -414,7 +414,7 @@ set: } $msg .= " - size is now $size"; - warn $msg. + warn $msg; } The trigger is called I an attribute's value is set. It is diff --git a/t/060_compat/005_composite_metaroles.t b/t/060_compat/005_composite_metaroles.t old mode 100755 new mode 100644