String-Interpolate-Delayed

 view release on metacpan or  search on metacpan

lib/String/Interpolate/Delayed.pm  view on Meta::CPAN

		{ -emulate => 'q', -with => $code },
		scalar caller,
	);
}

sub new
{
	my $class = shift;
	my ($text) = @_;
	
	bless \$text => $class;
}

sub uninterpolated
{
	my $self = shift;
	
	return $$self;
}

sub _clean

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.710 second using v1.00-cache-2.02-grep-82fe00e-cpan-9e6bc14194b )