diff options
Diffstat (limited to 'lib/Fh.pm')
-rw-r--r-- | lib/Fh.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Fh.pm b/lib/Fh.pm new file mode 100644 index 0000000..b798769 --- /dev/null +++ b/lib/Fh.pm @@ -0,0 +1,7 @@ +# back compatibility package for any code explicitly checking +# that the filehandle object is a Fh +package Fh; + +$Fh::VERSION = '4.21'; + +1; |