The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use feature 'say';
use Crypt::XkcdPassword;
use Regexp::Common;

say Crypt::XkcdPassword->make_password(4, sub {
	not /$RE{profanity}/
});