Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
more POD updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mithun committed Jul 13, 2012
1 parent 9c0abbc commit 7f77191
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lib/URI/Encode.pm
Expand Up @@ -225,15 +225,13 @@ The following options can be passed to the constructor
=over
=item C<encode_reserved>
=item encode_reserved
my $encoder = URI::Encode->new({encode_reserved => 0});
If true, L</"Reserved Characters"> are also encoded. Defaults to false.
=item C<double_encode>
=item double_encode
my $encoder = URI::Encode->new({double_encode => 1});
Expand Down

0 comments on commit 7f77191

Please sign in to comment.