Parse-Distname

 view release on metacpan or  search on metacpan

t/compat/ext.t  view on Meta::CPAN

use strict;
use warnings;
use Test::More;
use Test::Differences;
use JSON::PP;
use Parse::Distname;

sub encode { JSON::PP->new->canonical->pretty->encode(shift) };

unified_diff;

while(<DATA>) {
  chomp;
  s/\s*#.+$//;
  my($file,@ret) = (split(/ +/, $_))[0..3];
  $ret[2] = $ret[2] ? 'developer' : 'released';
  my $d = Parse::Distname->new($file);
  my @tst = ($d->dist, $d->version, $d->maturity);
  eq_or_diff(encode(\@tst), encode(\@ret), "output for $file");
}

done_testing;

__DATA__
ncheck.tar.gz   ncheck  
Thread_52.tar.gz        Thread  52
Thread-oct02.tar.gz     Thread  oct02
TransitiveClosure-1.4.tgz       TransitiveClosure       1.4
RFC_RFC822_Address-1.5.tgz      RFC_RFC822_Address      1.5
Logger.0.34.tar.gz      Logger  0.34
libplot-perl-2.1.6.2b.tar.gz    libplot-perl    2.1.6.2b
finance-quote_0.18.tar.gz       finance-quote   0.18
finance-quote_1.02.tar.gz       finance-quote   1.02
finance-quote_0.17.tar.gz       finance-quote   0.17
Win32-GuiTest-0.6.zip   Win32-GuiTest   0.6
Win32-GuiTest-0.4.zip   Win32-GuiTest   0.4
Win32-GuiTest-1.3.zip   Win32-GuiTest   1.3
libwin32-0.16.zip       libwin32        0.16
VMS-Monitor-0_06.zip    VMS-Monitor     0_06
NISPlus-0.06-alpha.tar.gz       NISPlus 0.06-alpha
NISPlus-0.04-alpha.tar.gz       NISPlus 0.04-alpha
DelimMatch-1.06a.tar.gz DelimMatch      1.06a
Convert-Scalar-0.1e.tar.gz      Convert-Scalar  0.1e
Win32-Printer-0.6.4.zip Win32-Printer   0.6.4
variable-1.1.tgz        variable        1.1
glist-0.9.17a10.tar.gz  glist   0.9.17a10
JBrowseEntry.4.22.tar.gz        JBrowseEntry    4.22
cshar-3.0@15.tar.gz     cshar   3.0@15
Acme-POE-Knee-1.00.zip  Acme-POE-Knee   1.00
Acme-POE-Knee-1.02.zip  Acme-POE-Knee   1.02
Acme-POE-Knee-1.10.zip  Acme-POE-Knee   1.10
ControlX10-CM17.0.060.tar.gz    ControlX10-CM   17.0.060
VMS-User-0_01.zip       VMS-User        0_01
Win32-SystemInfo-0.05.zip       Win32-SystemInfo        0.05
Win32-SystemInfo-0.06.zip       Win32-SystemInfo        0.06
Win32-SystemInfo-0.02.zip       Win32-SystemInfo        0.02
curses_widgets_1_1.tar.gz       curses_widgets  1_1
Tk-CheckbuttonGroup-0.2.1.tgz   Tk-CheckbuttonGroup     0.2.1
NewsClipper-1.30-OpenSource.tar.gz      NewsClipper     1.30-OpenSource
NewsClipper-1.32-OpenSource.tar.gz      NewsClipper     1.32-OpenSource
NewsClipper-1.17-os.tar.gz      NewsClipper     1.17-os
DateTime-Format-DBI-0.03a.tar.gz        DateTime-Format-DBI     0.03a
Win32-MIDI-0_2.zip      Win32-MIDI      0_2
Ananke-Utils-1.0.2.tgz  Ananke-Utils    1.0.2



( run in 2.783 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )