Slide 29
Slide 29 text
May not be perfect yet
my $path = "C/CD/CDRAKE/Crypt-MatrixSSL3.tar.gz";
say encode_json({ Parse::Distname->new($path)->properties });
{
"cpanid" : "CDRAKE",
- "dist" : "Crypt",
+ "dist" : "Crypt-MatrixSSL",
"distvname" : "Crypt-MatrixSSL3",
"extension" : "tar.gz",
"filename" : "Crypt-MatrixSSL3.tar.gz",
"maturity" : "released",
"pathname" : "C/CD/CDRAKE/Crypt-MatrixSSL3.tar.gz",
- "version" : "MatrixSSL3"
+ "version" : "3"
}
Looks better, but...