Skip to content

Commit

Permalink
Merge branch 'gh/816' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Aug 25, 2012
2 parents b455485 + 76d7791 commit e1deac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dancer/Engine.pm
Expand Up @@ -44,7 +44,7 @@ sub build {
my $engine_class =
Dancer::ModuleLoader->class_from_setting($class_name => $name);

raise core_engine => "unknown $type engine '$name', "
raise core_engine => "unable to load $type engine '$name', "
. "perhaps you need to install $engine_class?"
unless Dancer::ModuleLoader->load($engine_class);

Expand Down

0 comments on commit e1deac9

Please sign in to comment.