Skip to content

Commit

Permalink
Add missing '1;' to the last line of the modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Oct 1, 2024
1 parent ff92c43 commit 3937dc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PBuild/BearerAuth.pm
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ sub bearer_authenticate {
# install handler
no warnings;
*LWP::Authen::Bearer::authenticate = \&bearer_authenticate;

1;
2 changes: 2 additions & 0 deletions PBuild/SigAuth.pm
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,5 @@ sub authenticate {
# install handler
no warnings;
*LWP::Authen::Signature::authenticate = \&authenticate;

1;

0 comments on commit 3937dc6

Please sign in to comment.