Skip to content

Commit

Permalink
resolving RT #56395
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Apr 10, 2010
1 parent 1e61373 commit c62e617
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ Dancer 1.174
Thanks to deepakg for requesting this feature.

[ Sawyer X ]
* RT #56381 reported by Jonathan Yu on behalf on Debian Perl team.
* RT #56381 reported by Jonathan Yu on behalf of Debian Perl team.
(Adding LICENSE file)
* RT #56395 reported by Jonathan Yu on behalf of Debian Perl team.
* Documentation for Dancer::Error

Dancer 1.173_01 (Developer release)
Expand Down
2 changes: 1 addition & 1 deletion lib/Dancer/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ __END__
=head1 NAME
Dancer::Config
Dancer::Config - Setting registry for Dancer
=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Dancer/HTTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ __END__
=head1 NAME
Dancer::HTTP
Dancer::HTTP - Helper for rendering HTTP status codes for Dancer
=head1 DESCRIPTION
Expand Down
6 changes: 3 additions & 3 deletions lib/Dancer/Request.pm
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ __END__
=head1 NAME
Dancer::Request
Dancer::Request - Interface for accessing incoming requests
=head1 DESCRIPTION
Expand Down Expand Up @@ -495,7 +495,7 @@ Return true if the value of the header C<X-Requested-With> is XMLHttpRequest.
=head2 env()
Return the current environement (C<%ENV>), as a hashref.
Return the current environment (C<%ENV>), as a hashref.
=head2 uploads()
Expand All @@ -505,7 +505,7 @@ objects.
=head2 HTTP environment variables
All HTTP environement variables that are in %ENV will be provided in the
All HTTP environment variables that are in %ENV will be provided in the
Dancer::Request object through specific accessors, here are those supported:
=over 4
Expand Down

0 comments on commit c62e617

Please sign in to comment.