root/lang/perl/Class-Value-Contact/tags/Class-Value-Contact-0.01/lib/Class/Value/Contact/Address.pm @ 10090

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

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

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