File: 12-multi-categories-rss.t

package info (click to toggle)
libxml-feed-perl 0.52%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 440 kB
  • ctags: 123
  • sloc: perl: 1,081; xml: 606; sh: 51; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!perl -w

use strict;
use vars qw($type $field);
$type = "rss";
require 't/12-multi-categories.base';