App-Fetchware

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

[License]
; Comment out Readme Plugin, because Fetchware provides its own README.
;[Readme]
[ExtraTests]
[ExecDir]
[ShareDir]
[MakeMaker]
[Manifest]
[TestRelease]
[ConfirmRelease]

; Add extra release only tests CPAN authors are expected to use.
;[Test::Perl::Critic] Don't currently use Perl::Critic, so placeholder now.
[PodCoverageTests]
[PodSyntaxTests]

; Use NextRelease to automate updating the Changes file.
; Requires UploadToCPAN to completely work right.
[NextRelease]

; Use @Git bundle to check for uncommitted changes, commit my new Changes file
; that NextRelease makes, tag git forme, and push these new changes to github.
[@Git]
; Change tag formath to App-Fetchware-1.00 instead of just v1.00.
tag_format = %N-%v

[PodWeaver]

[UploadToCPAN]

; List of non-core (as of 5.10.01) prereqs.
; Remember to make any changes to the list of prereqs in the README.
;;;BUGALERT;;; Sometimes modules are removed from Perl's included library, so
;perhaps I should just list all used modules regardless of core or not?
[Prereqs]
; Perl 5.10.1 is the minimum version of Perl Fetchware supports. Originally this
; was because given/when was cool, and I wanted to use it, but given/when was
; brutally murdured in 5.16, because smart matching is not very smart, because
; you always have to lookup what it does in the documentation every time you use
; it. I could probably port Fetchware to 5.8 or even 5.6 if I wanted to, but I
; also use the cool // operator an say occastionally too.
perl = 5.010001
; Test::More 0.98 is needed for proper subtest support.
Test::More = 0.98
Path::Class = 0
Perl::OSType = 0
URI = 0
Getopt::Long = 0
Archive::Tar = 0
Archive::Zip = 0
Term::UI = 0
; File::Homedir 0.93+ is needed for my_dist_data() method.
File::HomeDir = 0.93
HTTP::Tiny = 0
HTML::TreeBuilder = 0
Digest::SHA = 0
Digest::MD5 = 0
; Installs ok on Windows, but doesn't do much.
; Fetchware only uses it on Unix.
Privileges::Drop = 0
; Not counting core modules such as File::Spec, Text::Wrap, Data::Dumper,
; File::Find, Net::FTP, Fcntl, File::Path, File::Copy, and perhaps others.
Text::ParseWords = 0
Sub::Mage = 0

; Test::Deep is *only* used during testing, so say so.
[Prereqs / TestRequires]
Test::Deep = 0
; Test::Expect is also only used during testing, but I don't want it "required
; for testing, only used if it is already made available for testing. That's why
; its commented out below, because I want it documented here, but I don't
; actually want it required for testing.
;;;Test::Expect = 

; Need some modules *only* on Windows.
; So far just Win32 for Win32::LoginName().
[OSPrereqs / MSWin32]
Win32 = 0






( run in 0.593 second using v1.01-cache-2.11-cpan-39bf76dae61 )