Skip to content

Commit

Permalink
Update email address
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jan 29, 2024
1 parent 1dbf813 commit 4cc812f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -49,7 +49,7 @@ my %WriteMakefile = (
'NAME' => $module,
'VERSION_FROM' => $main_file,
'ABSTRACT_FROM' => $main_file,
'AUTHOR' => 'brian d foy <brian.d.foy@gmail.com>',
'AUTHOR' => 'brian d foy <briandfoy@pobox.com>',
'LICENSE' => 'artistic_2',

'CONFIGURE_REQUIRES' => {
Expand Down
2 changes: 1 addition & 1 deletion README.pod
Expand Up @@ -114,6 +114,6 @@ you wrote code that you didn't.

Enjoy,

brian d foy, bdfoy@cpan.org
brian d foy, briandfoy@pobox.com

=cut
6 changes: 3 additions & 3 deletions lib/Roman/Unicode.pm
Expand Up @@ -138,7 +138,7 @@ Set, you're limited to numbers less than 400,000 (although you could make
=head1 AUTHOR
brian d foy C<< <brian.d.foy@gmail.com> >>
brian d foy C<< <briandfoy@pobox.com> >>
This module started with the Roman module, credited to:
Expand All @@ -148,7 +148,7 @@ Alexandr Ciornii, C<< <alexchorny at gmail.com> >> 2007
=head1 COPYRIGHT
Copyright © 2011-2023, brian d foy <bdfoy@cpan.org>.
Copyright © 2011-2023, brian d foy <briandfoy@pobox.com>.
You can use this module under the terms of Artistic License 2.0.
Expand All @@ -163,7 +163,7 @@ package Roman::Unicode {

use Exporter 'import';
our @EXPORT_OK = qw( is_roman to_perl to_roman to_ascii );
our $VERSION = '1.034';
our $VERSION = '1.035';

use Unicode::UCD;
use Unicode::Normalize qw(NFKD);
Expand Down

0 comments on commit 4cc812f

Please sign in to comment.