File: 00-compile.t

package info (click to toggle)
libxml-feed-perl 0.48%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 428 kB
  • sloc: perl: 1,027; xml: 606; sh: 48; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 166 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# $Id$

use strict;
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');