From 71e3a490c2a18fcbbb89e6b03b94158b84e73c6f Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Fri, 3 Apr 2015 19:30:47 +0100 Subject: [PATCH] Update development pod to mention cpanm installdeps --- Netdisco/Changes | 6 ++++++ Netdisco/lib/App/Netdisco/Manual/Developing.pod | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index c0f84c55..82a8b410 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -1,3 +1,9 @@ +2.032002 - 2015-04-03 + + [ENHANCEMENTS] + + * Update development pod to mention cpanm installdeps + 2.032001 - 2015-03-24 [NEW FEATURES] diff --git a/Netdisco/lib/App/Netdisco/Manual/Developing.pod b/Netdisco/lib/App/Netdisco/Manual/Developing.pod index 7a057061..2ef40ab8 100644 --- a/Netdisco/lib/App/Netdisco/Manual/Developing.pod +++ b/Netdisco/lib/App/Netdisco/Manual/Developing.pod @@ -63,7 +63,12 @@ You can point at a different database without editing C: It's recommended to delete the "C<~/perl5/lib/perl5/App/Netdisco>" directory to avoid accidentally picking up old Netdisco code. For working on L you can similarly delete "C<~/perl5/lib/perl5/SNMP/Info*>" and -then symlink from "C" and "C" to your git repo. +then symlink from "C" and "C" to your git repo. If you pull +from upstream and the dependencies have changed, you can install them without +re-installing Netdisco itself: + + cd netdisco-ng/Netdisco + ~/bin/localenv cpanm --installdeps . Happy hacking!