#!/usr/bin/perl

use FindBin qw($Bin);
use lib "$Bin/lib/";
use MMTests::Stat;

print pndiff($ARGV[0], $ARGV[1]);
