Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Description of problem:
Attempting to display usage information for send.pl display an error message
Version-Release number of selected component (if applicable):
proton-0.7 perl bindings
How reproducible:
100%
Steps to Reproduce:
source config.sh
cd examples/messenger/perl
./send.pl -h
Actual results:
Unknown option: h
Undefined subroutine &main::usage called at ./send.pl line 41.
Expected results:
Two released issues here:
1. the -h option is not supported
2. when an unknown option is supplied an error "Undefined subroutine ..." is displayed
Additional info: