From c40e6ae736f82f133d89b9b60cd6ff23c7690c6a Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 27 Apr 2017 15:01:23 +0200 Subject: Update method sigs, type checking and tests --- lib/Config/Exception/UnknownTypeException.pm6 | 13 ------------- lib/Config/Type.pm6 | 8 -------- 2 files changed, 21 deletions(-) delete mode 100644 lib/Config/Exception/UnknownTypeException.pm6 delete mode 100644 lib/Config/Type.pm6 (limited to 'lib/Config') diff --git a/lib/Config/Exception/UnknownTypeException.pm6 b/lib/Config/Exception/UnknownTypeException.pm6 deleted file mode 100644 index 095572b..0000000 --- a/lib/Config/Exception/UnknownTypeException.pm6 +++ /dev/null @@ -1,13 +0,0 @@ -#! /usr/bin/env false - -use v6.c; - -class Config::Exception::UnknownTypeException is Exception -{ - has Str $.file; - - method message() - { - "Could not deduce loader type for $!file." - } -} diff --git a/lib/Config/Type.pm6 b/lib/Config/Type.pm6 deleted file mode 100644 index f348985..0000000 --- a/lib/Config/Type.pm6 +++ /dev/null @@ -1,8 +0,0 @@ -#! /usr/bin/env false - -use v6.c; - -enum Config::Type < - unknown - yaml ->; -- cgit v1.1