Skip to content

Commit fea7bce

Browse files
committed
v2
1 parent 6731de7 commit fea7bce

File tree

1,440 files changed

+228184
-5246
lines changed

Some content is hidden

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

1,440 files changed

+228184
-5246
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

100755100644
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This Build.PL for Net-Fastly was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.014.
1+
# This Build.PL for WebService-Fastly was generated by Dist::Zilla::Plugin::ModuleBuildTiny 0.015.
22
use strict;
33
use warnings;
44

Changes

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
Revision history for Perl module Net::Fastly
1+
Revision history for Perl module WebService::Fastly
2+
3+
2.01 2022-06-29
4+
* [TRIAL]
5+
* Moved from Net::Fastly to WebService::Fastly
6+
* Initial Generated Client Prerelease
7+
8+
2.00 2022-06-29
9+
* [TRIAL]
10+
* Moved from Net::Fastly to WebService::Fastly
11+
* Initial Generated Client Prerelease
212

313
1.12 2020-09-03
414
* fix release engineering

0 commit comments

Comments
 (0)