diff options
author | Jesús <heckyel@hyperbola.info> | 2020-03-02 16:29:26 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-03-02 16:29:26 -0500 |
commit | bf796eb646a294915f0f8480ff2425c7a995fd4e (patch) | |
tree | fcc1763c784f70a8b8a9238c3755089d54612da3 /Build.PL | |
parent | 93c9e878023ce62b7abe7a58d3c73390939eca18 (diff) | |
download | fair-viewer-bf796eb646a294915f0f8480ff2425c7a995fd4e.tar.lz fair-viewer-bf796eb646a294915f0f8480ff2425c7a995fd4e.tar.xz fair-viewer-bf796eb646a294915f0f8480ff2425c7a995fd4e.zip |
Fix Non-ASCII character
Diffstat (limited to 'Build.PL')
-rwxr-xr-x | Build.PL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ my $builder = Module::Build->new( module_name => 'WWW::FairViewer', license => 'perl', - dist_author => q{Jesús E. <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d>}, + dist_author => q{Jesus E. <echo aGVja3llbEBoeXBlcmJvbGEuaW5mbw== | base64 -d>}, dist_version_from => 'lib/WWW/FairViewer.pm', release_status => 'stable', |