• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Email/H27-Mar-2007-20367

t/H27-Mar-2007-3523

AddressParser.xsH A D23-Mar-200722.9 KiB662582

ChangesH A D23-Mar-2007184 74

MANIFESTH A D23-Mar-2007192 109

META.ymlH A D27-Mar-2007322 119

Makefile.PLH A D23-Mar-2007605 1613

READMEH A D23-Mar-2007495 2516

ppport.hH A D23-Mar-2007115.4 KiB4,9551,829

README

1Email-AddressParser version 0.01
2================================
3
4A partial drop-in replacement for Email::Address. See pod documentation for
5more information.
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16DEPENDENCIES
17
18   None
19
20COPYRIGHT AND LICENCE
21
22All parsing code is Copyright (c) 1988-2006 University of Washington, under the
23Apache License 2.0. The Perl integration is licesened under the same terms as
24Perl itself.
25