Skip to content

Commit

Permalink
Fix a typo in a used module name.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Feb 14, 2012
1 parent 2dbd38f commit 80ec20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebGUI/Cache/CHI.pm
Expand Up @@ -3,7 +3,7 @@ package WebGUI::Cache::CHI;
use strict;
use base 'WebGUI::Cache';
use File::Temp qw/tempdir/;
use clone qw/clone/;
use Clone qw/clone/;
use CHI;

=head1 NAME
Expand Down

0 comments on commit 80ec20b

Please sign in to comment.