Skip to content

Commit

Permalink
fix comment indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Mar 7, 2013
1 parent 267d708 commit 5b0cdce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/Dancer2/Plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -324,12 +324,12 @@ sub import {
my $dsl = _get_dsl();
return if !defined $dsl;

# Support for Dancer2 1 syntax for plugin.
# Then, compile Dancer2's DSL keywords into self-contained keywords for the
# plugin (actually, we call all the symbols by giving them $caller->dsl as
# their first argument).
# These modified versions of the DSL are then exported in the namespace of the
# plugin.
# Support for Dancer2 1 syntax for plugin.
# Then, compile Dancer2's DSL keywords into self-contained keywords for the
# plugin (actually, we call all the symbols by giving them $caller->dsl as
# their first argument).
# These modified versions of the DSL are then exported in the namespace of the
# plugin.
for my $symbol ($dsl->dsl_keywords_as_list) {

# get the original symbol from the real DSL
Expand Down

0 comments on commit 5b0cdce

Please sign in to comment.