[Jifty-commit] jifty branch, master, updated. dad95d72050869243f6965fa2b0287b1d4ff35d3

Jifty commits jifty-commit at lists.jifty.org
Wed Dec 16 10:27:52 EST 2009


The branch, master has been updated
       via  dad95d72050869243f6965fa2b0287b1d4ff35d3 (commit)
      from  3fc4aa4925587c01d6a57b5351a732224bb000a7 (commit)

Summary of changes:
 lib/Jifty/Manual/Upgrading.pod |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit dad95d72050869243f6965fa2b0287b1d4ff35d3
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Wed Dec 16 10:27:29 2009 -0500

    Quote the version number, michae|++

diff --git a/lib/Jifty/Manual/Upgrading.pod b/lib/Jifty/Manual/Upgrading.pod
index 2e2b7a6..b28b8d1 100644
--- a/lib/Jifty/Manual/Upgrading.pod
+++ b/lib/Jifty/Manual/Upgrading.pod
@@ -67,7 +67,7 @@ Create your model just as you normally would:
 Then, you need to tell Jifty at which version of your application the model was
 created.  To do this add a since sub to your new model class.
 
- sub since { 0.0.5 }
+ sub since { '0.0.5' }
 
 =head3 Adding a new column to an existing model
 

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list