summaryrefslogtreecommitdiff
path: root/t/Net-DashCS.t
diff options
context:
space:
mode:
Diffstat (limited to 't/Net-DashCS.t')
-rw-r--r--t/Net-DashCS.t7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/Net-DashCS.t b/t/Net-DashCS.t
new file mode 100644
index 0000000..72780a1
--- /dev/null
+++ b/t/Net-DashCS.t
@@ -0,0 +1,7 @@
+#unexciting testing
+
+use Test;
+BEGIN { plan tests => 1 }
+eval "use Net::DashCS::Interfaces::EmergencyProvisioningService::EmergencyProvisioningPort";
+ok($@ eq '');
+