Convert-MRC

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

name    = Convert-MRC
author  = Nathan Rasmussen, Nathan Glenn <garfieldnate@gmail.com>
license = Perl_5
copyright_holder = Alan K. Melby
copyright_year   = 2013

[ReportPhase / Phase_Begins] 	; report on everything

; start off by bumping the version

; find the last tag, and bump to next version via Version::Next;
; if you need a different version number, set the V env. variable
[Git::NextVersion]
first_version = 0.01            ; start with this version
version_regexp  = ^v(.+)$       ; this is the default

; -- basic dist skeleton

[GatherDir]                     ; we start with everything in the dist dir
[PruneCruft]                    ; automatically prune cruft defined by RJBS
[AutoPrereqs]                   ; automatically find our prereqs
[GenerateFile / MANIFEST.SKIP]  ; make our default MANIFEST.SKIP
filename = MANIFEST.SKIP
content =
content = #contents of #!include_default
content = #have to put this here until Module::Manifest understands #!include_default
content = # Avoid version control files.
content = \bRCS\b
content = \bCVS\b
content = \bSCCS\b
content = ,v$
content = \B\.svn\b
content = \B\.git\b
content = \B\.gitignore\b
content = \b_darcs\b
content = \B\.cvsignore$
content =
content = # Avoid VMS specific MakeMaker generated files
content = \bDescrip.MMS$
content = \bDESCRIP.MMS$
content = \bdescrip.mms$
content =
content = # Avoid Makemaker generated and utility files.
content = \bMANIFEST\.bak
content = \bMakefile$
content = \bblib/
content = \bMakeMaker-\d
content = \bpm_to_blib\.ts$
content = \bpm_to_blib$
content = \bblibdirs\.ts$         # 6.18 through 6.25 generated this
content =
content = # Avoid Module::Build generated and utility files.
content = \bBuild$
content = \b_build/
content = \bBuild.bat$
content = \bBuild.COM$
content = \bBUILD.COM$
content = \bbuild.com$
content =
content = # Avoid temp and backup files.
content = ~$
content = \.old$
content = \#$
content = \b\.#
content = \.bak$
content = \.tmp$
content = \.#
content = \.rej$
content =
content = # Avoid OS-specific files/dirs
content = # Mac OSX metadata
content = \B\.DS_Store
content = # Mac OSX SMB mount metadata files
content = \B\._
content =
content = # Avoid Devel::Cover and Devel::CoverX::Covered files.
content = \bcover_db\b
content = \bcovered\b
content =
content = # Avoid MYMETA files
content = ^MYMETA\.
content =
content = #END DEFAULT MANIFEST SKIP
content =
content = # sublime project
content = \.sublime-project
content = \.sublime-workspace
content =
content = #Eclipse project
content = \.includepath$
content = \.project$
content = \.settings/
content =
content = # our tarballs
content = \.tar\.gz$
content = ^releases/
content = ^TODO\.txt
content = ^docs/
content =
content = \b_Inline
[ManifestSkip]                  ; don't put anything in MANIFEST.SKIP in the build
skipfile = MANIFEST.SKIP

; -- Generate tons of tests

[ReportVersions::Tiny]			; report module versions used during installation
[Test::Compile]                 ; Create a t/00-compile.t file that auto-compiles every module in the dist
fake_home = 1                   ; fakes $ENV{HOME} just in case
; [Test::Perl::Critic]			; uncomment when you feel like checking the code or doing some refactoring!
; critic_config = t/perlcriticrc
[Test::DistManifest]			; tests correctness of the manifest
[Test::Version]					; makes sure there's a version
is_strict   = 0
has_version = 1
[MetaTests]				; test meta.yml
[Test::CPAN::Meta::JSON]		; test meta.json
[Test::MinimumVersion]			; tests for a minimum version
[MojibakeTests]					; test file encodings
[PodCoverageTests]			; test pod coverage
[PodSyntaxTests]				; test pod syntax



( run in 2.643 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )