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 (15 lines) | stat: -rw-r--r-- 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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::20pparser::Definition;
use vars '$VERSION';
$VERSION = '2.095';


sub name     {"Mail::Box::Parser::Perl; parser in pure perl"}
sub critical {1}
sub skip     { undef }

1;