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.873 second using v1.01-cache-2.11-cpan-39bf76dae61 )