From a1576884a23e90978f07dc35d97278bbc8d10cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 20 Sep 2024 14:01:08 +0200 Subject: [PATCH] Attocube: put back into manual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- MANIFEST.SKIP | 3 --- lib/Lab/Measurement/Manual.pod | 2 ++ xt/pod-manual-coverage.t | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 1a5a73bb..348837a0 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -37,9 +37,6 @@ nytprof # coding documentation not for distribution \bdoc\b -# drivers and modules that are not ready yet for release -^lib/Lab/Moose/Instrument/AttoCube_AMC.pm - # dont distribute the old examples ^examples/Old diff --git a/lib/Lab/Measurement/Manual.pod b/lib/Lab/Measurement/Manual.pod index 262a1ff5..1e8a31d7 100644 --- a/lib/Lab/Measurement/Manual.pod +++ b/lib/Lab/Measurement/Manual.pod @@ -295,6 +295,8 @@ contains support for temperature sensor and He/N2 level meters. =item * L (work in progress) +=item * L (work in progress) + =back diff --git a/xt/pod-manual-coverage.t b/xt/pod-manual-coverage.t index 55662864..a2a8f21e 100755 --- a/xt/pod-manual-coverage.t +++ b/xt/pod-manual-coverage.t @@ -44,7 +44,6 @@ my @whitelist = qw/ Lab::Measurement Lab::Measurement::Manual Lab::Moose::Connection::VISA_GPIB - Lab::Moose::Instrument::AttoCube_AMC Lab::Moose::Instrument::OI_IPS::Strunk_3He Lab::Moose::Sweep::DataFile /;