djabberd / DJabberd

The main DJabberd source
89 stars 35 forks source link

Turn of warnings in DJabberd::SASL #16

Closed dominikschulz closed 12 years ago

dominikschulz commented 12 years ago

This commit turns of the warnings in DJabberd::SASL's get_sasl_manager. In recent perl versions these warnings clutter the test output.

Since I'm not entirely sure if removing the defined stmt. will silently break things I prefer to use the no warnings here.