Backport to squeeze
[hcoop/zz_old/debian/config-package-dev.git] / decode
1 #!/usr/bin/perl
2 # Reverse the encoding performed by the "encode" helper.
3 #
4 # This is not currently used by config-package-dev itself, but can by
5 # used by helper programs that want to determine what files are diverted
6 # by a package generated using this system.
7
8 use strict;
9 use warnings;
10 use Debian::Debhelper::config_package;
11
12 print decode($ARGV[0]);