rename contents attribute to sql
[dbsrgits/SQL-Translator-2.0-ish.git] / 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,
     );