summaryrefslogtreecommitdiff
path: root/t/changes.t
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-04-18 15:03:28 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-04-18 15:03:28 +0000
commit2fe5b8de1e9d06482aa76303e7342bc6605700ea (patch)
treecccc47c409970b2db7a8f64f6c25e993270ddf9b /t/changes.t
downloadYAML-tarball-master.tar.gz
Diffstat (limited to 't/changes.t')
-rw-r--r--t/changes.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/changes.t b/t/changes.t
new file mode 100644
index 0000000..d0dfbf8
--- /dev/null
+++ b/t/changes.t
@@ -0,0 +1,9 @@
+use strict;
+use lib -e 't' ? 't' : 'test';
+use TestYAML tests => 1;
+
+SKIP: {
+ skip("Can't parse Changes file yet :(", 1);
+}
+
+# my @values = LoadFile("Changes");