Skip to content

Commit

Permalink
Now all tests are passed but test about UTF-8 misses while
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlover committed Feb 4, 2013
1 parent c2d7e08 commit 536206c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Locale/PO.pm
Original file line number Diff line number Diff line change
Expand Up @@ -375,9 +375,7 @@ sub load_file_ashash {

sub _load_file {
my $self = shift;
my $file = shift;
my $ashash = shift;
my $class = ref $self || $self;
my $file = shift;
my $encoding = shift;
my $class = ref $self || $self;
Expand Down

0 comments on commit 536206c

Please sign in to comment.