Skip to content

Commit

Permalink
added documentation for map_name
Browse files Browse the repository at this point in the history
  • Loading branch information
barbie committed Aug 4, 2013
1 parent f2c380c commit a964c69
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/CPAN/Testers/Data/Addresses.pm
Expand Up @@ -5,7 +5,7 @@ use strict;
use warnings;

use vars qw($VERSION);
$VERSION = '0.10';
$VERSION = '0.11';
$|++;

#----------------------------------------------------------------------------
Expand Down Expand Up @@ -961,6 +961,10 @@ Authors index.
Attempts to map an address based on its domain.
=item map_name
Attempts to map any name listed in the address to a tester profile.
=back
=cut
Expand Down Expand Up @@ -1041,7 +1045,7 @@ F<http://blog.cpantesters.org/>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2009-2012 Barbie for Miss Barbell Productions.
Copyright (C) 2009-2013 Barbie for Miss Barbell Productions.
This module is free software; you can redistribute it and/or
modify it under the Artistic License 2.0.
Expand Down

0 comments on commit a964c69

Please sign in to comment.