The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

namespace::clean::xs::all - Use XS for namespace::clean globally

SYNOPSIS

    use namespace::clean::xs::all; # at the beginning of your application

DESCRIPTION

This module replaces namespace::clean with namespace::clean::xs globally, so you won't have to search-and-replace usage lines. All namespace::clean unfinished calls will be finished by non-xs version.

COPYRIGHT AND LICENSE

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.