Skip to content

Commit

Permalink
Update dist.ini to match other personal projects
Browse files Browse the repository at this point in the history
Removed README because it's generated and dzil complains about duplicates if
we have the top-level README still in place.
  • Loading branch information
chizmw committed Nov 30, 2011
1 parent 4f56319 commit 03152ac
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 192 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
This file documents the revision history for Catalyst::Plugin::ErrorCatcher

{{$NEXT}}
- update dzil config with current preferred preferences

0.0.8.9 2011-07-18 17:26:58 Europe/London
- drop Class::Data::Accessor in favour of Catalyst::ClassData
Expand Down
177 changes: 0 additions & 177 deletions README

This file was deleted.

54 changes: 39 additions & 15 deletions dist.ini
Original file line number Diff line number Diff line change
@@ -1,35 +1,58 @@
name = Catalyst-Plugin-ErrorCatcher
version = 0.0.8.9
author = Chisel Wright <chisel@chizography.net>
;version cones from Git::NextVersion

author = Chisel <chisel@chizography.net>
license = Perl_5
copyright_holder = Chisel Wright
copyright_year = 2011

[@Basic]

[GatherDir]
[PruneCruft]
[ManifestSkip]
[MetaYAML]
[License]
[MakeMaker]
[Manifest]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN]
; this needs to be early enough in the process to prepare the data before we
; write any META files
[Repository]

; Always have this earlier in the list
; order can matter!
[PodWeaver]

[@Git]

[Git::CommitBuild]

[Git::NextVersion]
first_version = 0.0.1
version_regexp = ^v(\d+\.\d+\.\d+(\.\d+))$

[Bugtracker]

[CheckChangesHasContent]

[CheckChangeLog]

[ExtraTests]
[@Git]
[HasVersionTests]

[KwaliteeTests]

[NextRelease]

[NoTabsTests]

[PkgDist]

[PkgVersion]

[PodCoverageTests]

[PodSyntaxTests]

[ReadmeFromPod]

[ReadmeMarkdownFromPod]

[Signature]
[SubmittingPatches]

[Test::UseAllModules]

[AutoPrereqs]

Expand All @@ -51,3 +74,4 @@ Catalyst::Plugin::Session::State::Cookie = 0
Catalyst::Plugin::StackTrace = 0.10
Catalyst::Plugin::ConfigLoader = 0.22
Catalyst::Plugin::Authentication = 0.10010

0 comments on commit 03152ac

Please sign in to comment.