File: 12-multi-categories-atom.t

package info (click to toggle)
libxml-feed-perl 0.65%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 508 kB
  • sloc: perl: 1,162; xml: 682; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!perl

use strict;
use warnings;
use FindBin '$Bin';
use vars qw($type $field);
$type = "atom";
require "$Bin/12-multi-categories.base";