diff --git a/lib/Game/Hanoi.pm b/lib/Game/Hanoi.pm index 7499a3a..23f7c48 100644 --- a/lib/Game/Hanoi.pm +++ b/lib/Game/Hanoi.pm @@ -1,4 +1,4 @@ -use Event; +use Adventure::Engine; class X::Hanoi is Exception { }