Added the README

This commit is contained in:
Gwyn Ciesla 2021-11-11 14:48:52 +00:00
commit fb80f0f961
1 changed files with 6 additions and 0 deletions

6
README.md Normal file
View File

@ -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.