namespace::clean::xs::all - Use XS for namespace::clean globally
use namespace::clean::xs::all; # at the beginning of your application
This module replaces namespace::clean with namespace::clean::xs globally, so you
won't have to seek-and-replace usage lines. All namespace::clean pending calls
are finished by the original non-xs version.
Sets namespace::clean version to 0.26 to indicate feature set
compability.
Copyright (C) 2016 by Sergey Aleynikov
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself, either Perl version 5.10.1
or, at your option, any later version of Perl 5 you may have available.