Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Ironically switch dist to Dist::Zilla
  • Loading branch information
bingos committed Mar 29, 2017
1 parent 08513fa commit 05e130e
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 108 deletions.
File renamed without changes.
21 changes: 0 additions & 21 deletions Task-Module-Install-BINGOS/MANIFEST

This file was deleted.

21 changes: 0 additions & 21 deletions Task-Module-Install-BINGOS/Makefile.PL

This file was deleted.

37 changes: 0 additions & 37 deletions Task-Module-Install-BINGOS/README

This file was deleted.

26 changes: 26 additions & 0 deletions Task-Module-Install-BINGOS/dist.ini
@@ -0,0 +1,26 @@
name = Task-Module-Install-BINGOS
version = 1.04
author = Chris Williams <chris@bingosnet.co.uk>
license = Perl_5
copyright_holder = Chris Williams

[@BINGOS]

[Prereqs / ConfigureRequires]
ExtUtils::MakeMaker = 0

[Prereqs / BuildRequires]
ExtUtils::MakeMaker = 6.59
Test::More = 0.47

[Prereqs]
Module::Install = 1
Module::Install::AssertOS = 0.1
Module::Install::AutoLicense = 0.08
Module::Install::AutomatedTester = 0.02
Module::Install::CheckLib = 0.08
Module::Install::GithubMeta = 0.1
Module::Install::NoAutomatedTesting = 0.06
Module::Install::ReadmeFromPod = 0.12
perl = 5.006

21 changes: 4 additions & 17 deletions Task-Module-Install-BINGOS/lib/Task/Module/Install/BINGOS.pm
@@ -1,18 +1,13 @@
package Task::Module::Install::BINGOS;

#ABSTRACT: A Task to install all BINGOS' Module::Install extensions

use strict;
use warnings;
use vars qw($VERSION);

$VERSION = '1.02';

'BINGOS';

__END__
=head1 NAME
Task::Module::Install::BINGOS - A Task to install all BINGOS' Module::Install extensions
=pod
=head1 SYNOPSIS
Expand Down Expand Up @@ -43,12 +38,4 @@ The following modules will be installed:
Module::Install::ReadmeFromPod
=head1 LICENSE
This is free software, released under the same terms as perl itself.
=head1 AUTHOR
Chris C<BinGOs> Williams <chris@bingosnet.co.uk>
=cut
=cut
4 changes: 0 additions & 4 deletions Task-Module-Install-BINGOS/t/00_use.t

This file was deleted.

4 changes: 0 additions & 4 deletions Task-Module-Install-BINGOS/t/99_pod.t

This file was deleted.

4 changes: 0 additions & 4 deletions Task-Module-Install-BINGOS/t/99_pod_coverage.t

This file was deleted.

0 comments on commit 05e130e

Please sign in to comment.