Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: Should I list core modules as dependencies? (yaml comments)

by tobyink (Canon)
on Jun 03, 2013 at 14:21 UTC ( [id://1036769]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Should I list core modules as dependencies? (yaml comments)
in thread Should I list core modules as dependencies?

"yml supports comments"

And I'm sure they're very useful for people handwriting their META.yml files. For the rest of us who generate them using CPAN::Meta (e.g. via ExtUtils::MakeMaker) YAML comments are not really an option.

package Cow { use Moo; has name => (is => 'lazy', default => sub { 'Mooington' }) } say Cow->new->name
  • Comment on Re^3: Should I list core modules as dependencies? (yaml comments)

Replies are listed 'Best First'.
Re^4: Should I list core modules as dependencies? (yaml comments)
by Anonymous Monk on Jun 04, 2013 at 08:15 UTC

    And I'm sure they're very useful for people handwriting their META.yml files. For the rest of us who generate them using CPAN::Meta (e.g. via ExtUtils::MakeMaker) YAML comments are not really an option.

    Oh yeah, its not like there exist people who can write programs :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1036769]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (8)
As of 2024-04-18 11:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found