~ubuntu-archive/ubuntu-archive-scripts/trunk

« back to all changes in this revision

Viewing changes to chdist

  • Committer: Adam Conrad
  • Date: 2019-10-18 09:32:04 UTC
  • Revision ID: adconrad@0c3.net-20191018093204-yewoy93q72thygo2
chdist: Commit production hack to avoid perl warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
use Cwd qw(abs_path cwd);
137
137
use Dpkg::Version;
138
138
use Pod::Usage;
 
139
# Stop warning about 'when' and 'given':
 
140
no warnings 'experimental::smartmatch';
139
141
 
140
142
# Redefine Pod::Text's cmd_i so pod2usage converts I<...> to <...> instead of
141
143
# *...*