commit fb80f0f96153e5c788dc25bf78fb76ebf03dc5c4 Author: Gwyn Ciesla Date: Thu Nov 11 14:48:52 2021 +0000 Added the README diff --git a/README.md b/README.md new file mode 100644 index 0000000..e53dd34 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# perl-Syntax-Operator-Equ + +This module provides infix operators that implement equality tests of +strings or numbers similar to Perl's eq and == operators, except that they +consider undef to be a distinct value, separate from the empty string or +the number zero. \ No newline at end of file