Skip to content

Commit

Permalink
Drop UTF8 nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 9, 2017
1 parent b97378c commit 4bccb0f
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Release history for Git-PurePerl-Walker
- Dependencies changed since 0.004000, see misc/*.deps* for details
- configure: +1 (recommends: ↑1)
- develop: +14 ↑4 -3 (recommends: +1, suggests: ↑2)
- runtime: (recommends: +2)
- runtime: ↓1 -1 (recommends: +2)
- test: +1 ↓1 (recommends: ↑1 ↓1)

0.004000 2014-08-18T05:52:33Z
Expand Down
3 changes: 1 addition & 2 deletions lib/Git/PurePerl/Walker.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use 5.008; #utf8
use 5.006; # our
use strict;
use warnings;
use utf8;

package Git::PurePerl::Walker;

Expand Down
3 changes: 1 addition & 2 deletions lib/Git/PurePerl/Walker/Method/FirstParent.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use 5.008; # utf8
use 5.006; # our
use strict;
use warnings;
use utf8;

package Git::PurePerl::Walker::Method::FirstParent;

Expand Down
3 changes: 1 addition & 2 deletions lib/Git/PurePerl/Walker/Method/FirstParent/FromHEAD.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use 5.008; # utf8
use 5.006; # our
use strict;
use warnings;
use utf8;

package Git::PurePerl::Walker::Method::FirstParent::FromHEAD;

Expand Down
3 changes: 1 addition & 2 deletions lib/Git/PurePerl/Walker/OnCommit/CallBack.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use 5.008; # utf8
use 5.006; # our
use strict;
use warnings;
use utf8;

package Git::PurePerl::Walker::OnCommit::CallBack;

Expand Down
3 changes: 1 addition & 2 deletions lib/Git/PurePerl/Walker/OnCommit/List.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use 5.008; # utf8
use 5.006; # our
use strict;
use warnings;
use utf8;

package Git::PurePerl::Walker::OnCommit::List;

Expand Down
3 changes: 1 addition & 2 deletions lib/Git/PurePerl/Walker/Role/HasRepo.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use 5.008; #utf8
use 5.006; #our
use strict;
use warnings;
use utf8;

package Git::PurePerl::Walker::Role::HasRepo;

Expand Down
3 changes: 1 addition & 2 deletions lib/Git/PurePerl/Walker/Role/Method.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use 5.008; #utf8
use 5.006; #our
use strict;
use warnings;
use utf8;

package Git::PurePerl::Walker::Role::Method;

Expand Down
3 changes: 1 addition & 2 deletions lib/Git/PurePerl/Walker/Role/OnCommit.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use 5.008; # utf8
use 5.006; # our
use strict;
use warnings;
use utf8;

package Git::PurePerl::Walker::Role::OnCommit;

Expand Down
3 changes: 1 addition & 2 deletions lib/Git/PurePerl/Walker/Types.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use 5.008; # utf8
use 5.006; # our
use strict;
use warnings;
use utf8;

package Git::PurePerl::Walker::Types;

Expand Down
10 changes: 8 additions & 2 deletions misc/Changes.deps
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (co

0.004001
[Added / configure requires]
- perl 5.008
- perl 5.006

[Added / test requires]
- perl 5.008
- perl 5.006

[Changed / runtime requires]
- perl 5.008 → 5.006

[Changed / test requires]
- Test::More 0.89 → 0

[Removed / runtime requires]
- utf8

0.004000 2014-08-18T05:52:33Z
[Added / runtime requires]
- Module::Runtime
Expand Down
10 changes: 8 additions & 2 deletions misc/Changes.deps.all
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen

0.004001
[Added / configure requires]
- perl 5.008
- perl 5.006

[Added / develop recommends]
- Test::More 0.99
Expand All @@ -28,7 +28,7 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen
- Path::Tiny 0.058

[Added / test requires]
- perl 5.008
- perl 5.006

[Changed / configure recommends]
- ExtUtils::MakeMaker 6.98 → 7.00
Expand All @@ -43,6 +43,9 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen
- Dist::Zilla::App::Command::bakeini 0.001002 → 0.002006
- Dist::Zilla::PluginBundle::Author::KENTNL 2.019000 → 2.025021

[Changed / runtime requires]
- perl 5.008 → 5.006

[Changed / test recommends]
- ExtUtils::MakeMaker 6.98 → 7.00
- Test::More 1.001003 → 0.99
Expand All @@ -55,6 +58,9 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL depen
- Dist::Zilla::Plugin::MetaYAML
- Dist::Zilla::Plugin::ReadmeFromPod

[Removed / runtime requires]
- utf8

0.004000 2014-08-18T05:52:33Z
[Added / develop requires]
- Dist::Zilla::Plugin::Author::KENTNL::RecommendFixes 0.001001
Expand Down

0 comments on commit 4bccb0f

Please sign in to comment.