12345678910 use strict;use inc::Module::Install;name('Acme-Shukugawa-Atom');all_from('lib/Acme/Shukugawa/Atom.pm');requires('Text::MeCab', '0.20007');requires('Encode');auto_install;WriteAll;
use
strict;
inc::Module::Install;
name(
'Acme-Shukugawa-Atom'
);
all_from(
'lib/Acme/Shukugawa/Atom.pm'
requires(
'Text::MeCab'
,
'0.20007'
'Encode'
auto_install;
WriteAll;