root/lang/perl/Class-Value-Contact/tags/Class-Value-Contact-0.01/lib/Class/Value/Contact/Exception/Name/Invalid.pm @ 10090

Revision 10090, 1.5 kB (checked in by hanekomu, 5 years ago)

lang/perl/Class-Value-Contact: initial import

Line 
1package Class::Value::Contact::Exception::Name::Invalid;
2
3# $Id: Invalid.pm 9376 2005-06-27 12:23:30Z gr $
4
5use warnings;
6use strict;
7
8
9our $VERSION = '0.01';
10
11
12use base 'Class::Value::Contact::Exception::Name';
13
14
15use constant default_message => 'Invalid name [%s]';
16
17
181;
19
20
21__END__
22
23=head1 NAME
24
25Class::Value::Contact - contact-related value objects
26
27=head1 SYNOPSIS
28
29None yet (see below).
30
31=head1 DESCRIPTION
32
33None yet. This is an early release; fully functional, but undocumented. The
34next release will have more documentation.
35
36=head1 TAGS
37
38If you talk about this module in blogs, on del.icio.us or anywhere else,
39please use the C<classvaluecontact> tag.
40
41=head1 BUGS AND LIMITATIONS
42
43No bugs have been reported.
44
45Please report any bugs or feature requests to
46C<bug-class-value-contact@rt.cpan.org>, or through the web interface at
47L<http://rt.cpan.org>.
48
49=head1 INSTALLATION
50
51See perlmodinstall for information and options on installing Perl modules.
52
53=head1 AVAILABILITY
54
55The latest version of this module is available from the Comprehensive Perl
56Archive Network (CPAN). Visit <http://www.perl.com/CPAN/> to find a CPAN
57site near you. Or see <http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/>.
58
59=head1 AUTHORS
60
61Marcel GrE<uuml>nauer, C<< <marcel@cpan.org> >>
62
63Heinz Ekker C<< ek@univie.ac.at >>
64
65=head1 COPYRIGHT AND LICENSE
66
67Copyright 2007 by Marcel GrE<uuml>nauer
68
69This library is free software; you can redistribute it and/or modify
70it under the same terms as Perl itself.
71
72=cut
73
Note: See TracBrowser for help on using the browser.