Skip to content

Commit

Permalink
Remove unnecessary "true" from end of module
Browse files Browse the repository at this point in the history
Perl6 doesn't require a module to return true, thus the trailing `1;` is not
required.
  • Loading branch information
Paul Cochrane committed May 21, 2015
1 parent 7cd68fc commit 6243f4e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/Cache/Memcached.pm
Expand Up @@ -1468,9 +1468,6 @@ method stats_reset ($types) {
return 1;
}

1;


=begin pod
=head1 NAME
Expand Down

0 comments on commit 6243f4e

Please sign in to comment.