Skip to content

Commit

Permalink
s/add/enable/
Browse files Browse the repository at this point in the history
  • Loading branch information
fayland committed Oct 24, 2009
1 parent 9f15db7 commit d8806bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eg/dot-psgi/static.psgi
Expand Up @@ -6,7 +6,7 @@ my $handler = sub {
};

builder {
add "Plack::Middleware::Static",
enable "Plack::Middleware::Static",
path => qr/./, root => dirname(__FILE__) . '/static';
$handler;
};

0 comments on commit d8806bd

Please sign in to comment.