fix typo in docs: . instead of ;
Ricardo Signes [Fri, 12 Nov 2010 00:01:08 +0000 (19:01 -0500)]
(cherry picked from commit da96a8f188d13f7119adabd1b7dde6b62f0402d8)

author/convert-to-test-fatal [changed mode: 0755->0644]
author/extract-inline-tests [changed mode: 0755->0644]
author/find-dupe-test-numbers [changed mode: 0755->0644]
benchmarks/method_modifiers.pl [changed mode: 0755->0644]
benchmarks/moose_bench.pl [changed mode: 0755->0644]
lib/Moose/Manual/Attributes.pod
t/060_compat/005_composite_metaroles.t [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 94207db..83bfb8a 100644 (file)
@@ -414,7 +414,7 @@ set:
       }
 
       $msg .= " - size is now $size";
-      warn $msg.
+      warn $msg;
   }
 
 The trigger is called I<after> an attribute's value is set. It is
old mode 100755 (executable)
new mode 100644 (file)