File: Definition.pm

package info (click to toggle)
libmail-box-perl 2.082-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,632 kB
  • ctags: 1,500
  • sloc: perl: 22,615; makefile: 47; sh: 4
file content (15 lines) | stat: -rw-r--r-- 369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyrights 2001-2008 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.04.

package MailBox::Test::51folder::Definition;
use vars '$VERSION';
$VERSION = '2.082';


sub name     {"Mail::Box; general folder handling"}
sub critical {1}
sub skip     { undef }

1;