Gentoo::PerlMod::Version

Convert arbitrary Perl Modules' versions into normalised Gentoo versions
Download

Gentoo::PerlMod::Version Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kent Fredric
  • Publisher web site:
  • http://search.cpan.org/~kentnl/

Gentoo::PerlMod::Version Tags


Gentoo::PerlMod::Version Description

Gentoo::PerlMod::Version is a Perl module to convert arbitrary Perl Modules' versions into normalised Gentoo versions.SYNOPSIS use Gentoo::PerlMod::Version qw( :all ); # http://search.cpan.org/~gmpassos/XML-Smart-1.6.9/ say gentooize_version( '1.6.9' ) # 1.6.9 http://search.cpan.org/~pip/Math-BaseCnv-1.6.A6FGHKE/ say gentooize_version('1.6.A6FGHKE') # < -- death, this is awful # -- Work-In-Progress Features -- say gentooize_version('1.6.A6FGHKE',{ lax => 1}) # < -- still death say gentooize_version('1.6.A6FGHKE',{ lax => 2}) # 1.6.366.556.632.14 # < -- the best we can do. say gentooize_version('1.9902-TRIAL') # < -- death, this is not so bad, but not a valid gentoo/stable version say gentooize_version('1.9902-TRIAL', { lax => 1 }) # 1.990.200_rc # < -- -TRIAL gets nuked, 'rc' is added.Product's homepage


Gentoo::PerlMod::Version Related Software