Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

who't know Makefile.PL #13

Closed
kevindawson opened this issue Feb 9, 2013 · 8 comments
Closed

who't know Makefile.PL #13

kevindawson opened this issue Feb 9, 2013 · 8 comments

Comments

@kevindawson
Copy link

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

@kevindawson
Copy link
Author

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';

@azawawi
Copy link
Owner

azawawi commented Feb 10, 2013

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.

@kevindawson
Copy link
Author

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
#13 (comment)..

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

@kevindawson
Copy link
Author

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

  • midgen -o dist

@azawawi
Copy link
Owner

azawawi commented Feb 21, 2013

👍

@azawawi
Copy link
Owner

azawawi commented May 14, 2014

Any update on App::Midgen?

@kevindawson
Copy link
Author

yes lot's
suggest you work your way through the blog :)

http://kevindawson.github.io/bowtie/archives/

enjoy

@azawawi
Copy link
Owner

azawawi commented May 17, 2014

Fixed b0f541f

Had to manually remove ANSI sequences though 👍

💯 / 💯

@azawawi azawawi closed this as completed May 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants