Skip to content

Commit

Permalink
Fix lib/Penhas/CEP/ViaCep.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
renatocron committed May 24, 2024
1 parent 1d7fec3 commit 4029d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/lib/Penhas/CEP/ViaCep.pm
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package Penhas::CEP::Postmon;
package Penhas::CEP::ViaCep;

use Moose::Role;
use feature 'state';

use Furl;
use JSON qw(decode_json);

sub name {'Postmon'}
sub name {'ViaCep'}

sub _find {
state $ua = Furl->new(timeout => 20);
Expand Down

0 comments on commit 4029d29

Please sign in to comment.