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

« back to all changes in this revision

Viewing changes to chdist

  • Committer: Colin Watson
  • Date: 2013-08-05 10:41:23 UTC
  • Revision ID: cjwatson@canonical.com-20130805104123-4grm4iz525en3r2s
archive-reports: run update-transitions a little earlier; it doesn't need chdist

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';
141
139
 
142
140
# Redefine Pod::Text's cmd_i so pod2usage converts I<...> to <...> instead of
143
141
# *...*