Web-Simple
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/CSS/Declare.pm view on Meta::CPAN
no strict 'refs';
delete ${"${into}::"}{$property}
}
$IN_SCOPE = 0;
};
}
sub _install_unexporter {
my ($class, $unex) = @_;
$^H |= 0x20000; # localize %^H
$^H{'CSS::Declare::Unex'} = bless($unex, 'CSS::Declare::Unex');
}
sub to_css_string {
my @css = @_;
return join q{ }, gather {
while (my ($selector, $declarations) = splice(@css, 0, 2)) {
take "$selector "._generate_declarations($declarations)
}
};
}
lib/XML/Tags.pm view on Meta::CPAN
}
_set_glob(\&File::Glob::csh_glob);
overload::remove_constant('q');
$IN_SCOPE = 0;
};
}
sub _install_unexporter {
my ($class, $unex) = @_;
$^H |= 0x20000; # localize %^H
$^H{'XML::Tags::Unex'} = bless($unex, 'XML::Tags::Unex');
}
package XML::Tags::TIEHANDLE;
sub TIEHANDLE { my $str = $_[1]; bless \$str, $_[0] }
sub READLINE { ${$_[0]} }
package XML::Tags::Unex;
sub DESTROY { local $@; eval { $_[0]->(); 1 } || warn "ARGH: $@" }
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.511 second using v1.00-cache-2.02-grep-82fe00e-cpan-2ea8abbae53 )