[DELTA]
1.69 2014-11-16
- also skip _build_params, generated by Module::Build::Tiny
\bBUILD.COM$
\bbuild.com$
+# and Module::Build::Tiny generated files
+\b_build_params$
+
# Avoid temp and backup files.
~$
\.old$
use File::Basename;
use File::Copy 'copy';
use File::Find;
-use File::Spec;
+use File::Spec 0.8;
use Carp;
use strict;
use warnings;
-our $VERSION = '1.68';
+our $VERSION = '1.69';
our @ISA = ('Exporter');
our @EXPORT_OK = qw(mkmanifest
manicheck filecheck fullcheck skipcheck
ExtUtils::Manifest - utilities to write and check a MANIFEST file
+=head1 VERSION
+
+version 1.69
+
=head1 SYNOPSIS
use ExtUtils::Manifest qw(...funcs to import...);