From: Dave Rolsky Date: Thu, 3 Feb 2011 21:44:59 +0000 (-0600) Subject: Fix some HTML validity issues X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d204606c6053f59ba2804c2ccbd2b137ee681bf4;p=gitmo%2Fmoose-presentations.git Fix some HTML validity issues --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index e5124b0..30b4f91 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -52,7 +52,7 @@ img#me05 {top: 43px;left: 36px;}

Introduction to Moose

-

Dave Rolsky +

Dave Rolsky

@@ -2643,7 +2643,7 @@ class_type 'DateTime';

Subtype Shortcuts - role_type

use Moose::Util::TypeConstraints;
-role_type 'Printable';
+role_type 'Printable';
@@ -3527,7 +3527,7 @@ class Person {
  • Still experimental-ish, but seeing more and more use
  • Not a source filter!
  • Hooks into the Perl parser rather than filtering all your code
  • -
  • But not supported by PPI, perltidy, etc.
  • (yet?) +
  • But not supported by PPI, perltidy, etc. (yet?)