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

Comparing CV/bin/cv (file contents):
Revision 1.96 by root, Sun Sep 23 07:03:45 2018 UTC vs.
Revision 1.97 by root, Sun Aug 4 15:21:53 2019 UTC

1#!/opt/bin/perl 1#!/opt/bin/perl
2
3BEGIN {
4 # work around libraries (and perl) outputting numbers in weird formats
5 # when they shouldn't. this is somewhat brutal - better suggestions
6 # appreciated.
7 $ENV{LC_NUMERIC} = "C";
8 $ENV{LANG} = delete $ENV{LC_ALL} if exists $ENV{LC_ALL};
9}
2 10
3use common::sense; 11use common::sense;
4 12
5use Cwd (); 13use Cwd ();
6use Encode (); 14use Encode ();
18BEGIN { 26BEGIN {
19 require Gtk2::CV::Plugin; 27 require Gtk2::CV::Plugin;
20 require "$ENV{HOME}/.cvrc" if -r "$ENV{HOME}/.cvrc"; 28 require "$ENV{HOME}/.cvrc" if -r "$ENV{HOME}/.cvrc";
21} 29}
22 30
23use Carp (); $Carp::MaxArgLen = 256;#d# 31use Carp (); $Carp::MaxArgLen = 256;
24 32
25use Gtk2::CV::Plugin::NameCluster; 33use Gtk2::CV::Plugin::NameCluster;
26use Gtk2::CV::Plugin::RCluster; 34use Gtk2::CV::Plugin::RCluster;
27use Gtk2::CV::Plugin::PatRenamer; 35use Gtk2::CV::Plugin::PatRenamer;
28use Gtk2::CV::Plugin::MetaCluster; 36use Gtk2::CV::Plugin::MetaCluster;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines