Text-Kakasi

 view release on metacpan or  search on metacpan

Kakasi.pm  view on Meta::CPAN

	};
	return $@ ? 0 : 1;
    }else{
	return 0;
    }
}

sub new{
    my $thingy = shift;
    my $class = ref $thingy ? ref $thingy : $thingy;
    my $self = bless {} => $class;
    @_ and $self->set(@_);
    return $self
}

my %k2p = 
    (
     oldjis => "7bit-jis",
     newjis => "7bit-jis",
     dec    => "euc-jp",
     euc    => "euc-jp",

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

( run in 1.267 second using v1.00-cache-2.02-grep-82fe00e-cpan-d29e8ade9f55 )