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

uninit value at App/ModuleBuildTiny.pm line 57 #15

Closed
ronww opened this issue Mar 26, 2015 · 4 comments
Closed

uninit value at App/ModuleBuildTiny.pm line 57 #15

ronww opened this issue Mar 26, 2015 · 4 comments

Comments

@ronww
Copy link

ronww commented Mar 26, 2015

I did:
mbtiny regerate
mbtiny test

Got: Use of uninitialized value in numeric lt (<) at App/ModuleBuildTiny.pm line 57

After looking at the source, I deleted META.json, then ran "mbtiny test" and got:
Creating new 'Build' script for 'xxxxxx'
'.' is not recognized as an internal or external command,
operable program or batch file.

Tried deleting Build.PL and rerunning, again.

Got: Can't open perl script "Build.PL": No such file or directory

@ronww
Copy link
Author

ronww commented Mar 26, 2015

"mbtiny dist" results in same error even if I delete META.json first.

@Leont
Copy link
Owner

Leont commented Mar 27, 2015

Right. It seems the code assumes the existence of a cpanfile, despite my carefully not making that assumption for META.json and metamerge.

@Leont
Copy link
Owner

Leont commented Mar 27, 2015

'.' is not recognized as an internal or external command,

And that sounds like I should make my code more Windows friendly (no ./ there)…

@Leont
Copy link
Owner

Leont commented Mar 27, 2015

These issues should be fixed in 0.008

@Leont Leont closed this as completed Mar 27, 2015
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