projects
/
p5sagit/Oyster.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6a2079a
)
Whitespace removal
Marco Fontani [Mon, 22 Nov 2010 18:27:15 +0000 (18:27 +0000)]
lib/Oyster/Provision.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Oyster/Provision.pm
b/lib/Oyster/Provision.pm
index
2e4590d
..
af3aac8
100644
(file)
--- a/
lib/Oyster/Provision.pm
+++ b/
lib/Oyster/Provision.pm
@@
-19,7
+19,7
@@
sub BUILD {
my $self = shift;
my $role = $self->provision_backend;
-
+
eval "use $role";
"$role"->meta->apply($self);
}