summaryrefslogtreecommitdiff
path: root/search/lib/localbucky.pm
diff options
context:
space:
mode:
authorpep <yes@peepee.me>2020-07-21 20:48:09 +0000
committerpep <yes@peepee.me>2020-07-21 20:48:09 +0000
commit789dbb1e734885bd7cf5ad25f0d2f47765a13657 (patch)
tree090b79ed96465dbe135f4191468776cbf7a6a954 /search/lib/localbucky.pm
parent97bee7fe1a48acb4c34e207863af56894c198151 (diff)
attempt at merge
Diffstat (limited to 'search/lib/localbucky.pm')
-rw-r--r--search/lib/localbucky.pm12
1 files changed, 0 insertions, 12 deletions
diff --git a/search/lib/localbucky.pm b/search/lib/localbucky.pm
deleted file mode 100644
index 41c7553..0000000
--- a/search/lib/localbucky.pm
+++ /dev/null
@@ -1,12 +0,0 @@
-package Bucky;
-my $LOCAL_CONFIG =
- {
- SVN_SECRET => '1s0c4h3dr0n',
- };
-sub config
- {
- my ($self, $key) = @_;
- $key ||= $self;
- return $LOCAL_CONFIG->{$key} if $LOCAL_CONFIG->{$key};
- }
-1;