-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial setup for the documentation dist
- Loading branch information
0 parents
commit 903cc79
Showing
15 changed files
with
1,182 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Set default behaviour, in case users don't have core.autocrlf set. | ||
* text=lf | ||
|
||
# Explicitly declare text files we want to always be normalized and converted | ||
# to native line endings on checkout. | ||
*.c text eol=lf | ||
*.h text eol=lf | ||
*.pl text eol=lf | ||
*.pm text eol=lf | ||
*.php text eol=lf | ||
*.t text eol=lf | ||
*.html text eol=lf | ||
|
||
# Declare files that will always have CRLF line endings on checkout. | ||
*.sln text eol=crlf | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
*.png binary | ||
*.jpg binary | ||
|
||
.gitattributes export-ignore | ||
.gitignore export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Exceptions-*.tar.gz | ||
Exceptions-*/ | ||
Build | ||
META.yml | ||
MYMETA.json | ||
MYMETA.yml | ||
_build/ | ||
blib/ | ||
cover_db/ | ||
.build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Chase Whitener <[email protected]> <[email protected]> | ||
Chase Whitener <[email protected]> <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
-pbp # Start with Perl Best Practices | ||
-w # Show all warnings | ||
-iob # Ignore old breakpoints | ||
-l=80 # 80 characters per line | ||
-mbl=2 # No more than 2 blank lines | ||
-i=4 # Indentation is 2 columns | ||
-ci=4 # Continuation indentation is 2 columns | ||
-vt=0 # Less vertical tightness | ||
-pt=2 # High parenthesis tightness | ||
-bt=2 # High brace tightness | ||
-sbt=2 # High square bracket tightness | ||
-isbc # Don't indent comments without leading space |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
language: perl | ||
perl: | ||
- "5.22" | ||
- "5.20" | ||
- "5.18" | ||
- "5.16" | ||
- "5.14" | ||
- "5.12" | ||
- "5.10" | ||
- "5.8" | ||
env: | ||
- "AUTOMATED_TESTING=1 AUTHOR_TESTING=1 RELEASE_TESTING=1" | ||
install: | ||
- "cpanm -n Test::More Test::Pod Test::Pod::Coverage Test::CheckManifest" | ||
- "cpanm -n Test::CPAN::Changes Test::Kwalitee Test::Pod::Spelling::CommonMistakes" | ||
- "cpanm -n --installdeps ." | ||
script: | ||
- perl Makefile.PL && make manifest && make test | ||
sudo: false | ||
notifications: | ||
email: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Revision history for {{$dist->name}} | ||
|
||
{{$NEXT}} | ||
- Dist::Zilla now used | ||
|
||
0.01 Wed Nov 27 13:48:49 1996 | ||
- original version; created by h2xs 1.1.1.10 |
Oops, something went wrong.