Skip to content

Commit

Permalink
Force utf8 in manpage. Check require at compile time
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Sep 16, 2016
1 parent 949773e commit 52f50d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ChangeLog for squashmount

*squashmount-15.3.3
Martin Väth <martin at mvath.de>:
- Force utf8 encoding in manpage
- Check require at compile time

*squashmount-15.3.2
Martin Väth <martin at mvath.de>:
- Document /etc/portage/repo.postsync.d/10-squashmount-gentoo better
Expand Down
7 changes: 4 additions & 3 deletions bin/squashmount
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env perl

require 5.022;
package Squashmount v15.3.2;
BEGIN { require 5.022 }
package Squashmount v15.3.3;

use strict;
use warnings;
Expand All @@ -22,6 +21,8 @@ use File::Temp 0.19 ();
# use String::ShellQuote (); # not mandatory but recommended: poor fallback
# use Term::ANSIColor (); # not mandatory but recommended: fallback to no color

=encoding UTF-8

=head1 NAME

squashmount - mount certain directories with squashfs + overlay/aufs/...
Expand Down

0 comments on commit 52f50d4

Please sign in to comment.