aboutsummaryrefslogtreecommitdiffstats
path: root/Build.PL
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-03-02 16:29:26 -0500
committerJesús <heckyel@hyperbola.info>2020-03-02 16:29:26 -0500
commitbf796eb646a294915f0f8480ff2425c7a995fd4e (patch)
treefcc1763c784f70a8b8a9238c3755089d54612da3 /Build.PL
parent93c9e878023ce62b7abe7a58d3c73390939eca18 (diff)
downloadfair-viewer-bf796eb646a294915f0f8480ff2425c7a995fd4e.tar.lz
fair-viewer-bf796eb646a294915f0f8480ff2425c7a995fd4e.tar.xz
fair-viewer-bf796eb646a294915f0f8480ff2425c7a995fd4e.zip
Fix Non-ASCII character
Diffstat (limited to 'Build.PL')
-rwxr-xr-xBuild.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index a8c795b..c1ead45 100755
--- a/Build.PL
+++ b/Build.PL
@@ -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',