File: decode

package info (click to toggle)
config-package-dev 5.5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 632 kB
  • sloc: perl: 247; makefile: 66; sh: 49
file content (12 lines) | stat: -rwxr-xr-x 353 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl
# Reverse the encoding performed by the "encode" helper.
#
# This is not currently used by config-package-dev itself, but can by
# used by helper programs that want to determine what files are diverted
# by a package generated using this system.

use strict;
use warnings;
use Debian::Debhelper::config_package;

print decode($ARGV[0]);