about summary refs log tree commit diff
path: root/eg
diff options
context:
space:
mode:
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');