We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e9ae8 commit e8c9d44Copy full SHA for e8c9d44
base/pkg.jl
@@ -399,4 +399,8 @@ license(lic=nothing) =
399
error("Pkg.license([lic]) has been moved to the package PkgDev.jl.\n",
400
"Run Pkg.add(\"PkgDev\") to install PkgDev on Julia v0.5-")
401
402
+submit(pkg, commit=nothing) =
403
+ error("Pkg.submit(pkg[, commit]) has been moved to the package PkgDev.jl.\n",
404
+ "Run Pkg.add(\"PkgDev\") to install PkgDev on Julia v0.5-")
405
+
406
end # module
0 commit comments