Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Oct 14, 2008
1 parent 8260231 commit 79c299c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist.ini
@@ -1,4 +1,4 @@
dist = String-Flogger
name = String-Flogger
version = 1.000
author = Ricardo SIGNES <rjbs@cpan.org>
license = Perl_5
Expand Down
2 changes: 1 addition & 1 deletion lib/String/Flogger.pm
@@ -1,7 +1,7 @@
use strict;
use warnings;
package String::Flogger;
# ABSTRACT - string munging for loggers
# ABSTRACT: string munging for loggers

use Params::Util qw(_ARRAYLIKE _CODELIKE);
use Scalar::Util qw(blessed);
Expand Down

0 comments on commit 79c299c

Please sign in to comment.