File: release

package info (click to toggle)
libdns-zoneparse-perl 1.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: perl: 816; makefile: 2
file content (9 lines) | stat: -rwxr-xr-x 202 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/local/bin/perl
use warnings;
use strict;

    # Available at http://perlmeister.com/scripts
use local::lib;
use lib "$ENV{HOME}/perl-modules";
use ModDevUtils;
ModDevUtils::release(0) or exit 0;