File: 00-compile.t

package info (click to toggle)
libxml-feed-perl 0.43%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 308 kB
  • ctags: 105
  • sloc: perl: 924; xml: 450; sh: 22; makefile: 16
file content (9 lines) | stat: -rw-r--r-- 214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# $Id: 00-compile.t 115 2008-12-01 21:17:51Z swistow $

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