Skip to content

Commit

Permalink
Bump copyright date
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jan 2, 2023
1 parent 12cc5ca commit 3e66c89
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions script/bmt
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ sub appveyor :Register("open the Appveyor page") {
state %Colors = (
success => 'bg_green',
failure => 'bg_red',
failed => 'bg_red',
'default' => 'bg_cyan',
);

Expand Down Expand Up @@ -572,6 +573,7 @@ sub create_bitbucket ( @args ) {
$user, _bitbucket_app_password(),
$user, $adjusted_repo;

say "URL is $url";
my $default_bitbucket_project = 'PROJ';

my $tx = $ua->post(
Expand Down Expand Up @@ -1009,7 +1011,7 @@ sub summary :Register("show a module summary") (@args) {
my $cpan_version = _latest_release_version();
my $name = _main_module();

my $cpan_testers = cpan_testers();
my $cpan_testers = cpan_testers() // '<no results>';

my $github = workflows() =~ s/^/\t/gmr;
my $appveyor = appveyor() =~ s/^/\t/gmr;
Expand Down Expand Up @@ -1694,7 +1696,7 @@ sub _zenodo_page {
=head1 COPYRIGHT
Copyright © 2019-2022 brian d foy. All rights reserved.
Copyright © 2019-2023 brian d foy. All rights reserved.
=head1 LICENSE
Expand Down

0 comments on commit 3e66c89

Please sign in to comment.