Skip to content

Commit

Permalink
fix package in a file syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
saturdaywalkers committed Jul 16, 2020
1 parent 5c394c3 commit c616ea0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fontawesome.pl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

our $CONFIG = "config.yaml";

{
package FA_MINIMISER;
package FA_MINIMISER;
{

use IO::All -utf8;
use YAML;
Expand Down Expand Up @@ -218,8 +218,8 @@

warn ". . $style\n";

our $matches = 0;
our $keep = '';
my $matches = 0;
my $keep = '';
my $style_icons = $self->{all_icons}{ $style } ? $self->{all_icons}{ $style } : {};

sub remove_icons
Expand Down Expand Up @@ -271,7 +271,7 @@

warn sprintf ( ". out : %8d K : $out_js \n" , ( -s $out_js ) / 1024 );
}
}
}

my $fa_minimiser = FA_MINIMISER->new;

Expand Down

0 comments on commit c616ea0

Please sign in to comment.