File: 00-compile.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-- 172 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
use strict;
use warnings;
use Test::More tests => 4;

use_ok('XML::Feed');
use_ok('XML::Feed::Entry');
use_ok('XML::Feed::Format::RSS');
use_ok('XML::Feed::Format::Atom');