Data::CPAN::DSLIP::Explain

"Decrypts" CPAN module DSLIP code
Download

Data::CPAN::DSLIP::Explain Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Zoffix Znet
  • Publisher web site:
  • http://search.cpan.org/~zoffix/

Data::CPAN::DSLIP::Explain Tags


Data::CPAN::DSLIP::Explain Description

"Decrypts" CPAN module DSLIP code Data::CPAN::DSLIP::Explain is a Perl module that explains the DSLIP codes for those of us who have bad memory. DSLIP stands for Development Stage, Support Level, Language Used, Interface Style, Public License. DSLIP codes is what'd you'd see in CPAN module list.SYNOPSIS use strict; use warnings; use Data::CPAN::DSLIP::Explain; my $dslip = 'Sdcfp'; my $obj = Data::CPAN::DSLIP::Explain->new; my $meaning = $obj->dslip( $dslip ); print " DSLIP code `$dslip` means: ", join " ", map { $obj->explain_dslip_letter( $_ ) . " $meaning->{$_}" } qw(D S L I P); print " ---- "; Requirements: · Perl


Data::CPAN::DSLIP::Explain Related Software