File: 01basic.t

package info (click to toggle)
libxml-rsslite-perl 0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 80 kB
  • ctags: 15
  • sloc: perl: 202; xml: 58; makefile: 43
file content (7 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
use XML::RSSLite;
print "1..2\n";

print "ok 1\n";

print 'not ' unless defined($XML::RSSLite::VERSION);
print "ok 2\n";