summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2018-12-29 12:11:42 -0800
committerKaren Etheridge <ether@cpan.org>2018-12-29 12:27:58 -0800
commitd660ab0a2d3bbf44a9ce449623b2619f0097fc16 (patch)
tree111cc136ac64411075552dba46cd9cdc0b3032ab
parent6bb1862447d0fc577d8fd5601a6af8c04071b1fc (diff)
convert packaging to Dist::Zilla
-rw-r--r--.gitignore6
-rw-r--r--Changes3
-rw-r--r--Makefile.PL24
-rw-r--r--dist.ini18
4 files changed, 27 insertions, 24 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..aad58cb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+/.ackrc
+/.build/
+!/.gitignore
+/.latest
+/File-Flat-*/
+/File-Flat-*.tar.gz
diff --git a/Changes b/Changes
index caaa5c4..aa323d0 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension File::Flat.
+{{$NEXT}}
+ - distribution tooling updates
+
1.04 2008-03-24
- Removing dependency on File::Slurp
diff --git a/Makefile.PL b/Makefile.PL
deleted file mode 100644
index 2eccb0b..0000000
--- a/Makefile.PL
+++ /dev/null
@@ -1,24 +0,0 @@
-use inc::Module::Install;
-
-# Because many filesystem modules are buggier
-# on Windows, we're going to push for more aggressive
-# dependencies to get the most current bug fixes.
-my $WIN32 = ($^O eq 'MSWin32' or $^O eq 'cygwin');
-
-name 'File-Flat';
-all_from 'lib/File/Flat.pm';
-requires 'Cwd' => 0;
-requires 'prefork' => '0.02';
-requires 'File::Spec' => ($WIN32 ? '3.24' : '0.85');
-requires 'File::Copy' => 0;
-requires 'File::Copy::Recursive' => '0.35';
-requires 'File::Remove' => '0.38';
-requires 'File::Temp' => '0.17';
-requires 'IO::File' => 0;
-test_requires 'Test::More' => '0.47';
-test_requires 'Test::ClassAPI' => '1.04';
-
-# Avoid use of system chmod -R in test script
-test_requires 'File::Find' => 0;
-
-WriteAll;
diff --git a/dist.ini b/dist.ini
new file mode 100644
index 0000000..4ad166e
--- /dev/null
+++ b/dist.ini
@@ -0,0 +1,18 @@
+name = File-Flat
+author = Adam Kennedy <adamk@cpan.org>
+copyright_holder = Adam Kennedy
+copyright_year = 2002
+license = Perl_5
+
+[@Author::ETHER]
+:version = 0.119
+authority = cpan:ADAMK
+installer = MakeMaker
+-remove = Test::EOL
+-remove = Test::NoTabs
+-remove = Podweaver
+-remove = PodCoverageTests
+
+[Encoding]
+encoding = bytes
+filename = t/ff_binary