diff --git a/source/dub/recipe/io.d b/source/dub/recipe/io.d index 5fedf464d..384b18f2e 100644 --- a/source/dub/recipe/io.d +++ b/source/dub/recipe/io.d @@ -25,6 +25,7 @@ import dub.internal.configy.Read; Returns: Returns the package recipe contents Throws: Throws an exception if an I/O or syntax error occurs */ +deprecated("Use the overload that accepts a `NativePath` as first argument") PackageRecipe readPackageRecipe( string filename, string parent_name = null, StrictMode mode = StrictMode.Ignore) {