slightly improve things
[scpubgit/Object-Remote.git] / lib / Object / Remote / Null.pm
diff --git a/lib/Object/Remote/Null.pm b/lib/Object/Remote/Null.pm
new file mode 100644 (file)
index 0000000..d04d56e
--- /dev/null
@@ -0,0 +1,7 @@
+package Object::Remote::Null;
+
+sub AUTOLOAD { }
+
+sub DESTROY { }
+
+1;