AFS
view release on metacpan or search on metacpan
examples/v2/utils/unlog view on Meta::CPAN
#!/usr/local/bin/perl
use blib;
use strict;
use warnings;
use AFS::Utils qw (unlog);
system "tokens";
unlog;
system "tokens";
( run in 1.142 second using v1.01-cache-2.11-cpan-bbc515a03b3 )