about summary refs log tree commit homepage
path: root/script
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-11-28 05:31:56 +0000
committerEric Wong <e@80x24.org>2022-11-28 23:38:57 +0000
commit1e8bb2afbb95942dbed5e0ccc747c50fb90fe2a6 (patch)
treec41c77506a374e9632a77467a333e995f1b6c782 /script
parentb68552fad5cfe76851b23abb614638b2396d80da (diff)
downloadpublic-inbox-1e8bb2afbb95942dbed5e0ccc747c50fb90fe2a6.tar.gz
These packages are all require-ed elsewhere.
Diffstat (limited to 'script')
-rwxr-xr-xscript/public-inbox-clone3
1 files changed, 0 insertions, 3 deletions
diff --git a/script/public-inbox-clone b/script/public-inbox-clone
index 44626936..a5651e5f 100755
--- a/script/public-inbox-clone
+++ b/script/public-inbox-clone
@@ -38,12 +38,9 @@ defined($dst) or ($dst) = ($url =~ m!/([^/]+)/?\z!);
 index($dst, "\n") >= 0 and die "`\\n' not allowed in `$dst'";
 
 # n.b. this is still a truckload of code...
-require URI;
 require PublicInbox::LEI;
 require PublicInbox::LeiExternal;
 require PublicInbox::LeiMirror;
-require PublicInbox::LeiCurl;
-require PublicInbox::Lock;
 
 $url = PublicInbox::LeiExternal::ext_canonicalize($url);
 my $lei = bless {