Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > d9f7c64e3f89ab95d47896cd4d220bbe > files > 20

perl-Attribute-Handlers-0.930.0-3.mga4.noarch.rpm

use Attribute::Handlers autotie => { Dir => 'Tie::Dir qw(DIR_UNLINK)' };

my %dot : Dir('.', DIR_UNLINK);

print join "\n", keys %dot;

delete $dot{killme};

print join "\n", keys %dot;