Skip to content

Commit

Permalink
Update maintainer info and links
Browse files Browse the repository at this point in the history
  • Loading branch information
ssimms committed Sep 18, 2020
1 parent 5132c4f commit 44c8163
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 38 deletions.
4 changes: 0 additions & 4 deletions .releaserc

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This is a general guide to working with this project through GitHub.

If you'd like to take over this Perl module, I'm more than willing to
give it up. Write to me at bdfoy@cpan.org and we'll work it out.
give it up. Write to me at ssimms@cpan.org and we'll work it out.

<a name="pull-requests"></a>
## Pull requests
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ use File::Spec::Functions qw(catfile);
my $module = __PACKAGE__;
( my $dist = $module ) =~ s/::/-/g;

my $github = 'https://github.com/CPAN-Adoptable-Modules/business-us-usps-webtools';
my $github = 'https://github.com/ssimms/business-us-usps-webtools';
my $main_file = catfile( 'lib', split /::/, "$module.pm" );

my %WriteMakefile = (
Expand All @@ -64,7 +64,7 @@ my %WriteMakefile = (
'VERSION_FROM' => $main_file,
'ABSTRACT_FROM' => $main_file,
'LICENSE' => 'artistic_2',
'AUTHOR' => 'brian d foy <bdfoy@cpan.org>',
'AUTHOR' => 'Steve Simms <steve@deefs.net>',

'CONFIGURE_REQUIRES' => {
'ExtUtils::MakeMaker' => '6.64',
Expand Down
22 changes: 6 additions & 16 deletions README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@

=encoding utf8

=for HTML <a href="https://travis-ci.org/briandfoy/business-us-usps-webtools"><img src="https://travis-ci.org/briandfoy/business-us-usps-webtools.svg?branch=master" /></a>
=for HTML <a href="https://travis-ci.org/ssimms/business-us-usps-webtools"><img src="https://travis-ci.org/ssimms/business-us-usps-webtools.svg?branch=master" /></a>

=for HTML <a href='https://ci.appveyor.com/project/briandfoy/business-us-usps-webtools'><img src='https://ci.appveyor.com/api/projects/status/kvudm205tl7qs40e' /></a>
=for HTML <a href='https://coveralls.io/github/ssimms/business-us-usps-webtools?branch=master'><img src='https://coveralls.io/repos/github/ssimms/business-us-usps-webtools/badge.svg?branch=master' alt='Coverage Status' /></a>

=for HTML <a href='https://coveralls.io/github/briandfoy/business-us-usps-webtools?branch=master'><img src='https://coveralls.io/repos/github/briandfoy/business-us-usps-webtools/badge.svg?branch=master' alt='Coverage Status' /></a>

=for HTML <a href="https://github.com/briandfoy/business-us-usps-webtools/blob/master/LICENSE"><img src="https://img.shields.io/cpan/l/Business-US-USPS-WebTools.svg" /></a>
=for HTML <a href="https://github.com/ssimms/business-us-usps-webtools/blob/master/LICENSE"><img src="https://img.shields.io/cpan/l/Business-US-USPS-WebTools.svg" /></a>

=for HTML <a href="https://metacpan.org/pod/Business::US::USPS::WebTools"><img src="https://img.shields.io/cpan/v/Business-US-USPS-WebTools.svg" /></A>

Expand Down Expand Up @@ -72,16 +70,16 @@ the source repository:

=over 4

=item * L<https://github.com/briandfoy/business-us-usps-webtools>
=item * L<https://github.com/ssimms/business-us-usps-webtools>

=back

If you find a problem, file a ticket in the L<issue
tracker|https://github.com/briandfoy/business-us-usps-webtools/issues>:
tracker|https://github.com/ssimms/business-us-usps-webtools/issues>:

=over 4

=item * L<https://github.com/briandfoy/business-us-usps-webtools/issues>
=item * L<https://github.com/ssimms/business-us-usps-webtools/issues>

=back

Expand All @@ -105,11 +103,3 @@ Problem|http://archive.oreilly.com/pub/a/perl/excerpts/9780596527242/brians-guid
You should have received a I<LICENSE> file, but the license is also noted
in the module files. About the only thing you can't do is pretend that
you wrote code that you didn't.

=head2 Good luck!

Enjoy,

brian d foy, bdfoy@cpan.org

=cut
10 changes: 7 additions & 3 deletions lib/Business/US/USPS/WebTools.pm
Original file line number Diff line number Diff line change
Expand Up @@ -231,15 +231,19 @@ The WebTools API is documented on the US Postal Service's website:
This source is in GitHub:
https://github.com/CPAN-Adoptable-Modules/business-us-usps-webtools
https://github.com/ssimms/business-us-usps-webtools
=head1 AUTHOR
brian d foy, C<< <bdfoy@cpan.org> >>
brian d foy
=head1 MAINTAINER
Steve Simms
=head1 COPYRIGHT AND LICENSE
Copyright © 2006-2018, brian d foy <bdfoy@cpan.org>. All rights reserved.
Copyright © 2020, Steve Simms. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the Artistic License 2.0.
Expand Down
10 changes: 7 additions & 3 deletions lib/Business/US/USPS/WebTools/AddressStandardization.pm
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,19 @@ The WebTools API is documented on the US Postal Service's website:
This source is in GitHub:
https://github.com/CPAN-Adoptable-Modules/business-us-usps-webtools
https://github.com/ssimms/business-us-usps-webtools
=head1 AUTHOR
brian d foy, C<< <bdfoy@cpan.org> >>
brian d foy
=head1 MAINTAINER
Steve Simms
=head1 COPYRIGHT AND LICENSE
Copyright © 2006-2018, brian d foy <bdfoy@cpan.org>. All rights reserved.
Copyright © Steve Simms. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the Artistic License 2.0.
Expand Down
10 changes: 7 additions & 3 deletions lib/Business/US/USPS/WebTools/CityStateLookup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,19 @@ The WebTools API is documented on the US Postal Service's website:
This source is in GitHub:
https://github.com/CPAN-Adoptable-Modules/business-us-usps-webtools
https://github.com/ssimms/business-us-usps-webtools
=head1 AUTHOR
brian d foy, C<< <bdfoy@cpan.org> >>
brian d foy
=head1 MAINTAINER
Steve Simms
=head1 COPYRIGHT AND LICENSE
Copyright © 2006-2018, brian d foy <bdfoy@cpan.org>. All rights reserved.
Copyright © 2020, Steve Simms. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the Artistic License 2.0.
Expand Down
10 changes: 7 additions & 3 deletions lib/Business/US/USPS/WebTools/TrackConfirm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -311,15 +311,19 @@ The WebTools API is documented on the US Postal Service's website:
This source is in GitHub:
https://github.com/CPAN-Adoptable-Modules/business-us-usps-webtools
https://github.com/ssimms/business-us-usps-webtools
=head1 AUTHOR
brian d foy, C<< <bdfoy@cpan.org> >>
brian d foy
=head1 MAINTAINER
Steve Simms
=head1 COPYRIGHT AND LICENSE
Copyright © 2006-2018, brian d foy <bdfoy@cpan.org>. All rights reserved.
Copyright © 2020, Steve Simms. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the Artistic License 2.0.
Expand Down
6 changes: 3 additions & 3 deletions lib/Business/US/USPS/WebTools/ZipCodeLookup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@ The WebTools API is documented on the US Postal Service's website:
This source is in GitHub:
https://github.com/CPAN-Adoptable-Modules/business-us-usps-webtools
https://github.com/ssimms/business-us-usps-webtools
=head1 AUTHOR
brian d foy, C<< <bdfoy@cpan.org> >>
brian d foy
=head1 COPYRIGHT AND LICENSE
Copyright © 2006-2018, brian d foy <bdfoy@cpan.org>. All rights reserved.
Copyright © 2020, Steve Simms. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the Artistic License 2.0.
Expand Down

0 comments on commit 44c8163

Please sign in to comment.