1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 16:39:03 +00:00

Officially deprecate bin.lua.

This commit is contained in:
dmiller
2018-09-24 17:31:21 +00:00
parent be2910ae6f
commit 173a99ede4
3 changed files with 7 additions and 1 deletions

View File

@@ -44,6 +44,8 @@
local debug4 = require "stdnse".debug4
local debug5 = require "stdnse".debug5
local verbose = require "stdnse".verbose
verbose(0, "DEPRECATION WARNING: bin.lua is deprecated. Please use Lua 5.3 string.pack")
local assert = assert
local error = error