projects
/
dbsrgits/SQL-Translator-2.0-ish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
cc0972b
)
minor cosmetic change
Justin Hunter [Fri, 3 Jul 2009 21:57:06 +0000 (14:57 -0700)]
lib/SQL/Translator/Object/Schema.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SQL/Translator/Object/Schema.pm
b/lib/SQL/Translator/Object/Schema.pm
index
cbbf87b
..
3b4bfef
100644
(file)
--- a/
lib/SQL/Translator/Object/Schema.pm
+++ b/
lib/SQL/Translator/Object/Schema.pm
@@
-55,6
+55,6
@@
has 'procedures' => (
required => 0
);
-__PACKAGE__->meta()->make_immutable;
+__PACKAGE__->meta->make_immutable;
1;