Skip to content

Commit

Permalink
utf8 not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
choroba committed May 5, 2015
1 parent b0d234e commit 6b444eb
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 6b444eb

Please sign in to comment.