File: 01basic.t

package info (click to toggle)
libxml-rsslite-perl 0.15%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 124 kB
  • ctags: 22
  • sloc: perl: 201; sh: 48; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 139 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
use XML::RSSLite;
print "1..2\n";

print "ok 1 #Require\n";

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