1 Commits

Author SHA1 Message Date
Lucas Possatti
67074c2c71 Try to fix issue #3
The `binmode STDOUT, ":utf8";` was removed from all `.cow` files.
And the warning `Wide character in print at [...]` is removed
using `sed`.
2016-10-15 23:20:51 -03:00
152 changed files with 156 additions and 153 deletions

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

View File

@@ -1,4 +1,4 @@
binmode STDOUT, ":utf8";
$the_cow =<<EOC; $the_cow =<<EOC;
$thoughts $thoughts
$thoughts $thoughts

Some files were not shown because too many files have changed in this diff Show More