about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Net/HTTP/API/Core.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Net/HTTP/API/Core.pm b/lib/Net/HTTP/API/Core.pm
new file mode 100644
index 0000000..09070e3
--- /dev/null
+++ b/lib/Net/HTTP/API/Core.pm
@@ -0,0 +1,5 @@
+package Net::HTTP::API::Core;
+
+use Net::HTTP::API;
+
+1;