diff --git a/src/Showoff.jl b/src/Showoff.jl index c7a8141..39e1064 100644 --- a/src/Showoff.jl +++ b/src/Showoff.jl @@ -3,7 +3,11 @@ VERSION >= v"0.4.0-dev+6641" && __precompile__() module Showoff using Compat -using Iterators: drop +if VERSION >= v"0.6.0-dev.1015" + import Base.Iterators: drop +else + import Iterators: drop +end export showoff