--- bayes_process_email.pl.orig 2016-01-17 18:02:48 UTC +++ bayes_process_email.pl @@ -6,6 +6,7 @@ use MIME::Parser; use Fcntl; use DB_File; +use vars qw($number_of_messages %token_occurrences); use Bayespam::Process; # @@ -165,8 +166,6 @@ untie( %token_ratings ); # dashes, and dollar signs -- words, in other words. sub ProcessDirectory { - our $number_of_messages; - our %token_occurrences; my $directory = shift(@_); local *number_of_messages = shift(@_); local *token_occurrences = shift(@_); @@ -227,7 +226,6 @@ sub ProcessDirectory # dashes, and dollar signs -- words, in other words. sub ProcessFile { - our %token_occurrences; my $file = shift(@_); local *token_occurrences = shift(@_); aphics Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-themes/gnome-icons-elementary
Commit message (Expand)AuthorAgeFilesLines
* Update to 4.0.1.1olivierd2016-11-243-7/+11
* - Update to 4.0.1olivierd2016-10-054-1486/+351
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Remove support for old Perl from my portsgabor2007-04-011-8/+1
* Change my e-mail address.gabor2006-12-081-1/+1
* Update search.cpan.org WWW: entries to have a trailing slash.fenner2006-02-211-1/+1
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-3/+3
* - unbreak on old perlleeym2005-12-241-2/+5