Closed kevindawson closed 10 years ago
ps I still need to deal with 'twins'
requires 'Pod::Index::Builder' => '0.14'; requires 'Pod::Index::Search' => '0.14';
should be requires 'Pod::Index' => '0.14';
By the way, cool tool. I am going to remove "Pod::Index" soon since im going the simple route of using the local perldoc, metacpan or search.cpan.org. I am removing help auto-completion and instead focusing on F1 in the editor itself.
On 10/02/13 05:27, Ahmad M. Zawawi wrote:
By the way, cool tool. I am going to remove "Pod::Index" soon since im going the simple route of using the local perldoc, metacpan or search.cpan.org. I am removing help auto-completion and instead focusing on F1 in the editor itself.
— Reply to this email directly or view it on GitHub https://github.com/azawawi/farabi/issues/13#issuecomment-13344715..
ok, I will just follow, look and add issues and send e-mails to boot.
trust you are getting better :)
If you recall, you are part of the inspiration for midgen -> App::Midgen do you remember saying I like Module::Install::DSL but can't be doing with the layout manually. It's meant to be a dev aide, is grown a bit since I first started it, with a bias towards Padre-Plugins. see here for pod - https://github.com/kevindawson/App-Midgen/blob/master/script/midgen I have registered the name on PAUSE will release soon to CPAN
will sort out 'twins' latter :)
any other issues you find with it, please just give me a kick and a CPAN module that shows the issues and I will endeavour to fix.
regards kevin
well, hi, hot off the press, in GitHub and just for you.
~/GitHub/farabi$ midgen -cnto dist
START
Database was generated on Sun, 17 Feb 2013 12:28:13 GMT
delete miscreant noisy child File::Spec::Functions => 3.40
delete miscreant noisy child PPI::Dumper => 1.215
i havs found twins
Pod::Index::Builder (0.14) <-twins-> Pod::Index::Search (0.14)
Pod::Index -> 0.14 is the parent of these twins
delete miscreant noisy child Pod::Index::Builder => 0.14
delete miscreant noisy child Pod::Index::Search => 0.14
[Prereqs]
Capture::Tiny = 0.21
Code::CutNPaste = 0.04
Cwd = 3.40
DBIx::Simple = 1.35
Devel::REPL = 1.003014
File::Basename = 0
File::Find::Rule = 0.33
File::Spec = 3.40
File::Temp = 0.22
IO::String = 1.08
IPC::Run = 0.92
Module::Pluggable::Object = 4.5
Mojolicious = 3.85
Moo = 1.000008
PPI = 1.215
Parse::ErrorString::Perl = 0.15
Perl::Critic = 1.118
Perl::Tidy = 20121207
Pod::Checker = 1.60
Pod::Index = 0.14
Pod::Simple::XHTML = 3.25
[Prereqs / TestRequires]
Test::More = 0.98
I just spent 46s doing all that for you
END
without the core and twins, noisy children noisy it's just
:+1:
Any update on App::Midgen?
yes lot's suggest you work your way through the blog :)
http://kevindawson.github.io/bowtie/archives/
enjoy
Fixed b0f541faaa046e1a8d8438f3c473bd144e369b9c
Had to manually remove ANSI sequences though :+1:
:100: / :100:
kevin@billy:~/GitHub/farabi$ perl ~/GitHub/App-Midgen/script/midgen -no mi START Database was generated on Sat, 09 Feb 2013 23:36:39 GMT delete miscreant noisy children PPI::Dumper ver 1.215
requires 'Capture::Tiny' => '0.21'; requires 'Code::CutNPaste' => '0.04'; requires 'DBIx::Simple' => '1.35'; requires 'Devel::REPL' => '1.003014'; requires 'File::Find::Rule' => '0.33'; requires 'IO::String' => '1.08'; requires 'IPC::Run' => '0.92'; requires 'Mojolicious' => '3.84'; requires 'Moo' => '1.000008'; requires 'PPI' => '1.215'; requires 'Parse::ErrorString::Perl' => '0.15'; requires 'Perl::Critic' => '1.118'; requires 'Perl::Tidy' => '20121207'; requires 'Pod::Index::Builder' => '0.14'; requires 'Pod::Index::Search' => '0.14';
test_requires 'Test::More' => '0.98';
END