File: Definition.pm

package info (click to toggle)
libmail-box-perl 2.095-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,792 kB
  • ctags: 1,544
  • sloc: perl: 22,917; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 415 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyrights 2001-2010 by Mark Overmeer.
#  For other contributors see ChangeLog.
# See the manual pages for details on the licensing terms.
# Pod stripped from pm file by OODoc 1.06.

package MailBox::Test::54search::Definition;
use vars '$VERSION';
$VERSION = '2.095';


sub name     {"Mail::Box::Search; searching folders"}
sub critical {0}

sub skip     {undef}  # run tests even without Mail::SpamAssassin

1;