Skip to content

Commit

Permalink
fid pod
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryo Anazawa committed Nov 11, 2012
1 parent b9a2517 commit c99560f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/CGI/Header.pm
Expand Up @@ -722,7 +722,7 @@ with a NPH (no-parse-header) script.
=back
=head2 C<tie()> INTERFACE
=head2 tie() INTERFACE
use CGI::Header;
Expand All @@ -744,7 +744,7 @@ Above methods are aliased as follows:
EXISTS -> exists
SCALAR -> !is_empty
FIRSTKEY() and NEXTKEY() aren't implemented,
C<FIRSTKEY()> and C<NEXTKEY()> aren't implemented,
and so you can't iterate through the tied hash.
# doesn't work
Expand Down

0 comments on commit c99560f

Please sign in to comment.