From bd3d50d0e9f5d968ebe1b7451bbd9d26c549b517 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 17 Dec 2012 10:45:54 +0000 Subject: [PATCH] add DEVELOPING notes for developers --- DEVELOPING.pod | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 DEVELOPING.pod diff --git a/DEVELOPING.pod b/DEVELOPING.pod new file mode 100644 index 00000000..45d2b100 --- /dev/null +++ b/DEVELOPING.pod @@ -0,0 +1,6 @@ +=head1 DEVELOPER NOTES + +This document will help developers understand the intent and design of the +code within Netdisco. + +=cut