File: xml_core.pm

package info (click to toggle)
xml-core 0.18%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 224 kB
  • sloc: perl: 565; makefile: 141; sh: 46; xml: 10
file content (9 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl

use warnings;
use strict;
use Debian::Debhelper::Dh_Lib;

insert_after('dh_installcatalogs', 'dh_installxmlcatalogs');

1