#!/usr/bin/env perl
use strict;
use warnings;
use MYDan;

my $v = $MYDan::VERSION;
$v =~ s/\./0/g;

print "file version:$v";
