Skip to content

Commit

Permalink
cosmetics: consistent syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
guillomovitch committed May 15, 2012
1 parent ae19c33 commit a4d40cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent/Tools/Win32.pm
Expand Up @@ -19,7 +19,7 @@ use Win32::TieRegistry (
);

use File::Temp ();
use File::Temp qw/ :seekable /;
use File::Temp qw(:seekable);
use Win32::Job;

Win32::OLE->Option(CP => Win32::OLE::CP_UTF8);
Expand Down

0 comments on commit a4d40cf

Please sign in to comment.