Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/irc/infobot/files/patch-src_DBM.pl
14237 views
1
--- src/DBM.pl.orig Fri Jul 8 15:43:35 2005
2
+++ src/DBM.pl Fri Jul 8 15:43:46 2005
3
@@ -35,6 +35,7 @@
4
=cut
5
6
BEGIN { push @INC, 'src' } # baad, bad juju here
7
+BEGIN { push @INC, '.' }
8
9
use vars qw(%DBMS $Debug $Init_done $Old_warnings);
10
11
12