Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
> the new boilerplate of use 'Version::Easy'

  • It's far easier to explain use MODULE to a beginner
  • as already said, this could already be activated in a meta package
  • you don't need an our declaration
  • you can catch format errors right when developing
  • you can catch multiple $VERSION errors by making it readonly

> Any tool doing "static" version extraction isn't aided by a module like Version::Easy.

I think you were the one suggesting using tr/_// after declaration, in which way do static parsers do better with your approach?

I think you were the one pointing to the need for developers to check $VERSION in the their tool chain, like test suite?

An object is more robust towards comparing different formats.

> and adds several dependencies.

I only used core modules, and version.pm is loaded anyway in every Perl run using use.

The dependency to Tie::StdScalar could easily be removed.

Questions

  • I realize that MakeMaker documents that it can't parse v-strings but I can't find the code for ->parse_version and my tests show any quoted string.°
  • Who exactly calls MakeMaker? The author using a recent Perl, or the user who might be using Perl 5.8?
  • it's it possible to install a new version of MakeMaker via dependency?

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

°) looks like v-string here means the literal v1.2.3 notation while quoted strings "v1.2.3" are ok


In reply to Re^4: RFC: Version::Easy by LanX
in thread RFC: Version::Easy by LanX

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
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: (4)
As of 2024-04-25 10:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found