projects
/
dbsrgits/DBIx-Class-DeploymentHandler.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
aabd423
)
make immutable
Arthur Axel 'fREW' Schmidt [Sun, 21 Mar 2010 08:14:48 +0000 (
03:14
-0500)]
lib/DBIx/Class/DeploymentHandler/VersionStorage/Standard.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/DeploymentHandler/VersionStorage/Standard.pm
b/lib/DBIx/Class/DeploymentHandler/VersionStorage/Standard.pm
index
4cf489f
..
78265aa
100644
(file)
--- a/
lib/DBIx/Class/DeploymentHandler/VersionStorage/Standard.pm
+++ b/
lib/DBIx/Class/DeploymentHandler/VersionStorage/Standard.pm
@@
-27,6
+27,8
@@
sub _build_version_rs {
sub add_database_version { $_[0]->version_rs->create($_[1]) }
+__PACKAGE__->meta->make_immutable;
+
1;
__END__