File: parse.t

package info (click to toggle)
libmail-imapclient-perl 2.2.9%2Bdeb-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 680 kB
  • ctags: 179
  • sloc: perl: 3,914; makefile: 56
file content (39 lines) | stat: -rwxr-xr-x 1,110 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Before `make install' is performed this script should be runnable with
# `make test'. After `make install' it should work as `perl test.pl'
# $Id: parse.t,v 1.2 2002/08/30 20:48:34 dkernen Exp $
######################### We start with some black magic to print on failure.

# Change 1..1 below to 1..last_test_to_print .

use Mail::IMAPClient::BodyStructure::Parse;

BEGIN {
	print "1..1\n";
        $main::loaded = 1;
        $| = 1;
        print "ok 1\n";
}
END {print "not ok 1\n" unless $main::loaded;}


# History:
# $Log: parse.t,v $
# Revision 1.2  2002/08/30 20:48:34  dkernen
#
# #
# Modified Files:
# 	Changes IMAPClient.pm MANIFEST Makefile Makefile.PL README
# 	Todo test.txt
# 	BodyStructure/Parse/Makefile
# 	BodyStructure/Parse/Parse.pm
# 	BodyStructure/Parse/Parse.pod
# 	BodyStructure/Parse/t/parse.t
# for version 2.2.1
# #
#
# Revision 1.1  2002/08/23 14:34:29  dkernen
#
# Modified Files:	Changes IMAPClient.pm Makefile Makefile.PL test.txt for version 2.2.0
# Added Files: Makefile Makefile.PL Parse.grammar Parse.pm Parse.pod  version 2.2.0
# Added Files: parse.t  for version 2.2.0
#