ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/pbcdedit/pbcdedit
(Generate patch)

Comparing pbcdedit/pbcdedit (file contents):
Revision 1.32 by root, Thu Aug 15 08:38:41 2019 UTC vs.
Revision 1.33 by root, Thu Aug 15 08:39:11 2019 UTC

826 826
827=cut 827=cut
828 828
829# common sense is optional, but recommended 829# common sense is optional, but recommended
830#BEGIN { eval { require "common/sensex.pm"; } && common::sensex->import } 830#BEGIN { eval { require "common/sensex.pm"; } && common::sensex->import }
831use common::sense; 831no warnings;
832no strict;
832 833
833use Data::Dump;
834use Encode (); 834use Encode ();
835use List::Util (); 835use List::Util ();
836use IO::Handle (); 836use IO::Handle ();
837use Time::HiRes (); 837use Time::HiRes ();
838 838

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines