Skip to content

Commit

Permalink
[codingstd] Fix 1 Perl weakness detected by 'make cagecritic'.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Jan 20, 2011
1 parent c52bfa4 commit 63312b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Parrot/Headerizer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Parrot::Headerizer object.
sub new {
my ($class, $args) = @_;
if (defined $args) {
die "Argument to Parrot::Headerizer must be hashref"
die 'Argument to Parrot::Headerizer must be hashref'
unless reftype($args) eq 'HASH';
}
else {
Expand Down

0 comments on commit 63312b2

Please sign in to comment.