Skip to content

Commit 0408462

Browse files
author
github-actions
committed
Generated v9.01
1 parent 4bf41b7 commit 0408462

File tree

172 files changed

+11
-41995
lines changed

Some content is hidden

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

172 files changed

+11
-41995
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Revision history for https://metacpan.org/dist/WebService-Fastly
22

3+
9.01 2025-03-16
4+
5+
[Bug fixes]
6+
- bugfix(perl): Removed obsolete class files that were being generated in the library
7+
38
9.00 2025-03-13
49

510
[Breaking Changes]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WebService::Fastly - an interface to most facets of the Fastly API (https://www.
44

55
# VERSION
66

7-
9.00
7+
9.01
88

99

1010
# SYNOPSIS

lib/WebService/Fastly.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package WebService::Fastly;
22

33
use strict;
44
use 5.008_005;
5-
our $VERSION = '9.00';
5+
our $VERSION = '9.01';
66

77
1;
88
__END__

lib/WebService/Fastly/BillingApi.pm

Lines changed: 0 additions & 308 deletions
This file was deleted.

lib/WebService/Fastly/Configuration.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use utf8;
2424
use Log::Any qw($log);
2525
use Carp;
2626

27-
use constant VERSION => '9.00';
27+
use constant VERSION => '9.01';
2828

2929
=head1 Name
3030
@@ -44,7 +44,7 @@ default: 180
4444
4545
String. custom UserAgent header
4646
47-
default: fastly-perl/9.00
47+
default: fastly-perl/9.01
4848
4949
=item api_key: (optional)
5050
@@ -93,7 +93,7 @@ sub new {
9393

9494
# class/static variables
9595
$p{http_timeout} //= 180;
96-
$p{http_user_agent} //= 'fastly-perl/9.00';
96+
$p{http_user_agent} //= 'fastly-perl/9.01';
9797

9898
# authentication setting
9999
$p{api_key} //= {};

0 commit comments

Comments
 (0)