Skip to content

Commit a7cd021

Browse files
committed
Initial commit of generated Perl alpha client file structure
1 parent 6731de7 commit a7cd021

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2565
-5382
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Bug report
3+
about: Tell us about a bug to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Version**
11+
12+
Please provide the version of `Fastly` that you're using.
13+
14+
**What happened**
15+
16+
Please describe what you did, what you expected to happen, and what happened instead.

.gitignore

+22-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
1-
Build
2-
MYMETA.json
3-
MYMETA.yml
4-
META.yml
5-
Makefile.PL
1+
/blib/
2+
/.build/
63
_build/
7-
*.tar.gz
8-
blib
9-
*.bak
10-
/Net-Fastly-*
11-
/.build
12-
/_build_params
13-
/Build
14-
/Build.bat
4+
cover_db/
5+
inc/
6+
Build
157
!Build/
16-
!META.json
17-
!LICENSE
8+
Build.bat
9+
.last_cover_stats
10+
/Makefile
11+
/Makefile.old
12+
/MANIFEST.bak
13+
/META.yml
14+
/META.json
15+
/MYMETA.*
16+
nytprof.out
17+
/pm_to_blib
18+
*.o
19+
*.bs
20+
/_eumm/
21+
22+
# Generator artifacts
23+
.openapi*
24+
.tmp*

.travis.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
sudo: false
1+
# https://docs.travis-ci.com/user/languages/perl/
2+
#
3+
24
language: perl
5+
36
perl:
4-
- 5.22
5-
- "5.20"
6-
- 5.18
7-
after_success:
8-
- ./deploy.sh
7+
- "5.28"
8+
9+
sudo: false

Build.PL

-7
This file was deleted.

Changes

-100
This file was deleted.

0 commit comments

Comments
 (0)