rename contents attribute to sql
Justin Hunter [Wed, 19 Aug 2009 10:07:13 +0000 (03:07 -0700)]
lib/SQL/Translator/Object/Procedure.pm

index 1aceb20..3261321 100644 (file)
@@ -12,7 +12,7 @@ class SQL::Translator::Object::Procedure {
         required => 1
     );
     
-    has 'contents ' => (
+    has 'sql ' => (
         is => 'rw',
         isa => Str,
     );