Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #2 from zakame/zakame/install_from_git
Browse files Browse the repository at this point in the history
Prepare JSON::Validator 3.06 + patch
  • Loading branch information
jy-deriv committed Jul 2, 2019
2 parents b905296 + 7acf0b2 commit d53c0f5
Show file tree
Hide file tree
Showing 119 changed files with 11,657 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
@@ -0,0 +1,3 @@
*.pl linguist-language=Perl
*.pm linguist-language=Perl
*.t linguist-language=Perl
1 change: 1 addition & 0 deletions .github/CONTRIBUTING.md
@@ -0,0 +1 @@
Please read the guide for [contributing to Mojolicious](http://mojolicious.org/perldoc/Mojolicious/Guides/Contributing).
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,12 @@
* JSON::Validator version: VERSION HERE
* Perl version: VERSION HERE
* Operating system: NAME AND VERSION HERE

### Steps to reproduce the behavior
EXPLAIN WHAT HAPPENED HERE, PREFERABLY WITH CODE EXAMPLES

### Expected behavior
EXPLAIN WHAT SHOULD HAPPEN HERE

### Actual behavior
EXPLAIN WHAT HAPPENED INSTEAD HERE
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,8 @@
### Summary
DESCRIBE THE BIG PICTURE OF YOUR CHANGES HERE

### Motivation
EXPLAIN WHY YOU BELIEVE THESE CHANGES ARE NECESSARY HERE

### References
LIST RELEVANT ISSUES, PULL REQUESTS AND IRC/MAILING-LIST DISCUSSIONS HERE
13 changes: 13 additions & 0 deletions .perltidyrc
@@ -0,0 +1,13 @@
-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=2 # Indentation is 2 columns
-ci=2 # 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
-wn # Weld nested containers
-isbc # Don't indent comments without leading space
21 changes: 21 additions & 0 deletions .travis.yml
@@ -0,0 +1,21 @@
language: perl
perl:
- "5.28"
- "5.26"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
- "5.10"
env:
- "HARNESS_OPTIONS=j6 TEST_RANDOM_ITERATIONS=5000"
install:
- "cpanm -n Test::Pod Test::Pod::Coverage"
- "cpanm -n Data::Validate::Domain Data::Validate::IP Cpanel::JSON::XS Net::IDN::Encode YAML::XS"
- "cpanm -n --installdeps ."
sudo: false
notifications:
email: false

0 comments on commit d53c0f5

Please sign in to comment.