Skip to content

Commit

Permalink
Documented the config-options in man youtube-viewer. (closes #331)
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Oct 10, 2020
1 parent 6e41b9c commit 1cfaab4
Show file tree
Hide file tree
Showing 2 changed files with 457 additions and 15 deletions.
3 changes: 2 additions & 1 deletion Build.PL 100755 → 100644
@@ -1,4 +1,3 @@
#!/usr/bin/perl

use utf8;
use 5.010;
Expand All @@ -22,6 +21,8 @@ my $builder = Module::Build->new(
'Test::More' => 0,
},

extra_manify_args => { utf8 => 1 },

configure_requires => {
'Module::Build' => 0,
},
Expand Down

0 comments on commit 1cfaab4

Please sign in to comment.