Skip to content

Commit

Permalink
Merge pull request #5 from choroba/remove-utf8
Browse files Browse the repository at this point in the history
utf8 not needed
  • Loading branch information
karupanerura committed May 6, 2015
2 parents 1557a2b + 6b444eb commit a85a50f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion example/blocking.pl
@@ -1,6 +1,5 @@
use strict;
use warnings;
use utf8;

use List::Util qw/shuffle/;
use AnyEvent::ForkManager;
Expand Down
1 change: 0 additions & 1 deletion example/nonblocking-with-signal-exit.pl
@@ -1,6 +1,5 @@
use strict;
use warnings;
use utf8;

use AnyEvent;
use AnyEvent::ForkManager;
Expand Down
1 change: 0 additions & 1 deletion example/nonblocking.pl
@@ -1,6 +1,5 @@
use strict;
use warnings;
use utf8;

use AnyEvent;
use AnyEvent::ForkManager;
Expand Down
1 change: 0 additions & 1 deletion lib/AnyEvent/ForkManager.pm
Expand Up @@ -2,7 +2,6 @@ package AnyEvent::ForkManager;
use 5.008_001;
use strict;
use warnings;
use utf8;

our $VERSION = '0.04';

Expand Down

0 comments on commit a85a50f

Please sign in to comment.