From f901ba5591fd3920800bbb558d077e2301331cfa Mon Sep 17 00:00:00 2001 From: Alexander Hartmaier Date: Wed, 27 Apr 2016 17:49:26 +0200 Subject: [PATCH] Move author-only tests to xt directory so they aren't run on installation by users --- ChangeLog | 5 +++++ {t => xt}/00_local_distribution.t | 0 {t => xt}/00_local_docininfo.t | 0 {t => xt}/00_local_perlcritic.t | 0 {t => xt}/00_local_pod-coverage.t | 0 {t => xt}/00_local_pod.t | 0 {t => xt}/00_local_spelling.t | 0 {t => xt}/00_local_versionsync.t | 0 8 files changed, 5 insertions(+) rename {t => xt}/00_local_distribution.t (100%) rename {t => xt}/00_local_docininfo.t (100%) rename {t => xt}/00_local_perlcritic.t (100%) rename {t => xt}/00_local_pod-coverage.t (100%) rename {t => xt}/00_local_pod.t (100%) rename {t => xt}/00_local_spelling.t (100%) rename {t => xt}/00_local_versionsync.t (100%) diff --git a/ChangeLog b/ChangeLog index 92f5af79..2a645bac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ SNMP::Info - Friendly OO-style interface to Network devices using SNMP. + [ENHANCEMENTS] + + * Move author-only tests to xt directory so they aren't run on installation + by users + [BUG FIXES] * Correct device serial number reporting for Cisco Nexus 5k switches with diff --git a/t/00_local_distribution.t b/xt/00_local_distribution.t similarity index 100% rename from t/00_local_distribution.t rename to xt/00_local_distribution.t diff --git a/t/00_local_docininfo.t b/xt/00_local_docininfo.t similarity index 100% rename from t/00_local_docininfo.t rename to xt/00_local_docininfo.t diff --git a/t/00_local_perlcritic.t b/xt/00_local_perlcritic.t similarity index 100% rename from t/00_local_perlcritic.t rename to xt/00_local_perlcritic.t diff --git a/t/00_local_pod-coverage.t b/xt/00_local_pod-coverage.t similarity index 100% rename from t/00_local_pod-coverage.t rename to xt/00_local_pod-coverage.t diff --git a/t/00_local_pod.t b/xt/00_local_pod.t similarity index 100% rename from t/00_local_pod.t rename to xt/00_local_pod.t diff --git a/t/00_local_spelling.t b/xt/00_local_spelling.t similarity index 100% rename from t/00_local_spelling.t rename to xt/00_local_spelling.t diff --git a/t/00_local_versionsync.t b/xt/00_local_versionsync.t similarity index 100% rename from t/00_local_versionsync.t rename to xt/00_local_versionsync.t