Doh, slide on Bool was totally wrong
Dave Rolsky [Thu, 30 Sep 2010 15:11:47 +0000 (10:11 -0500)]
moose-class/slides/index.html

index af99769..7c57d21 100644 (file)
@@ -2588,15 +2588,12 @@ Item
   <h1>Bool</h1>
 
   <h2>True</h2>
-  <pre><code>1
-924.1
-'true'
-{}</code></pre>
+  <pre><code>1</code></pre>
 
   <h2>False</h2>
   <pre><code>0
-0.0
 '0'
+''
 undef</code></pre>
 
   <ul>