App-BS
view release on metacpan or search on metacpan
lib/BS/Ext/User.pm view on Meta::CPAN
use Object::Pad ':experimental(:all)';
package BS::Ext::User 0.01;
role BS::Ext::User : does(BS::Common);
use utf8;
use v5.40;
use Const::Fast;
use Syntax::Keyword::MultiSub;
field $parse_line : mutator : inheritable;
field $filter_output : mutator : inheritable;
#method $parse_line : common ($line, %opts) {
# ...;
#};
#method $filter_output : common {
# ...;
#};
#multi sub is_locked ($pacman_dir = "") {
# BS::Ext::pacman->sync
#}
( run in 0.828 second using v1.01-cache-2.11-cpan-df04353d9ac )