Skip to content

Commit

Permalink
fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
naoya committed Sep 6, 2008
1 parent 21c49ff commit 84e2697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Array/Gap.pm
Expand Up @@ -5,7 +5,7 @@ use base qw/Class::Accessor::Lvalue::Fast/;

use Array::Gap::Iterator;

__PACKAGE__->mk_accessors(qw/array previous bin/);
__PACKAGE__->mk_accessors(qw/previous bin/);

use overload
'""' => 'as_string',
Expand Down
2 changes: 1 addition & 1 deletion sample.pl
@@ -1,4 +1,4 @@
#!/usr/bin/env/perl
#!/usr/bin/env perl
use strict;
use warnings;

Expand Down

0 comments on commit 84e2697

Please sign in to comment.