Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
timbunce committed Nov 14, 2011
0 parents commit 64967a3
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
@@ -0,0 +1,5 @@
/Dist-Surveyor*
.build
Makefile
blib
.*.swp
5 changes: 5 additions & 0 deletions Changes
@@ -0,0 +1,5 @@
Revision history for Dist-Surveyor

{{$NEXT}}
-

77 changes: 77 additions & 0 deletions dist.ini
@@ -0,0 +1,77 @@
name = Dist-Surveyor
author = Tim Bunce <Tim.Bunce@pobox.com>
license = Perl_5
copyright_holder = Tim Bunce
copyright_year = 2011

[Prereqs]
X X

[Prereqs / TestRequires]
Test::More = 0.88

; version provider
[Git::NextVersion]

; choose files to include
[GatherDir]
[PruneCruft]
[ManifestSkip]

; file modifications
[PkgVersion]
[PodVersion]

; generated files
[License]
[ReadmeFromPod]

; t tests
[CompileTests]
fake_home = 1

; xt tests
[MetaTests]
[PodSyntaxTests]
[PodCoverageTests]
[PortabilityTests]

; metadata
;[AutoPrereqs]
[MinimumPerl]
;[MetaProvides::Package]
[MetaNoIndex]
directory = t
directory = xt
directory = examples
directory = corpus
[MetaJSON]
[MetaYAML]
[GithubMeta]

; build system
[ExecDir]
[ShareDir]
[MakeMaker]

; manifest (after all generated files)
[Manifest]

; before release
[Git::Check]
[Git::CommitBuild]
[CheckChangeLog]
;[CheckChangesHasContent]
[CheckExtraTests]

; releaser
[TestRelease]
;[ConfirmRelease]
[FakeRelease]

; after release
[Git::Commit / Commit_Dirty_Files]
[Git::Tag]
[NextRelease]
[Git::Commit / Commit_Changes]
[Git::Push]
5 changes: 5 additions & 0 deletions lib/Dist/Surveyor.pm
@@ -0,0 +1,5 @@
use strict;
use warnings;
package Dist::Surveyor;

1;

0 comments on commit 64967a3

Please sign in to comment.