about summary refs log tree commit diff
path: root/eg
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-13 17:29:39 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-13 17:29:39 +0100
commit7e7c0819104cbd20f9c8f97a0b05e5dc9e835150 (patch)
tree1f0ae814fd244f768ebbca8327838706d69828e9 /eg
parentMerge branch 'devel' (diff)
downloadjitterbug-7e7c0819104cbd20f9c8f97a0b05e5dc9e835150.tar.gz
use YAML instead of YAML::Syck
Diffstat (limited to 'eg')
-rw-r--r--eg/post_hook.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/eg/post_hook.t b/eg/post_hook.t
index f0d766e..3715abc 100644
--- a/eg/post_hook.t
+++ b/eg/post_hook.t
@@ -3,7 +3,7 @@ use warnings;
 use 5.010;
 use LWP::UserAgent;
 use HTTP::Request::Common;
-use YAML::Syck;
+use YAML qw/LoadFile/;
 use JSON;
 
 my $content = LoadFile('t/data/test.yaml');