From 7e7c0819104cbd20f9c8f97a0b05e5dc9e835150 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 13 Feb 2011 17:29:39 +0100 Subject: use YAML instead of YAML::Syck --- eg/post_hook.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eg/post_hook.t') 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'); -- cgit v1.2.3