File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/swagger-codegen/src/main/resources/perl
samples/client/petstore/perl/lib/WWW/SwaggerClient Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ use constant VERSION => '{{moduleVersion}}';
17
17
18
18
# class/static variables
19
19
our $http_timeout = 180;
20
- our $http_user_agent = 'Perl- Swagger';
20
+ our $http_user_agent = '{ {#httpUserAgent } } { {{. } }} { {/httpUserAgent } } { {^httpUserAgent } } Swagger-Codegen/ { {{moduleVersion } }}/perl { {/httpUserAgent } } ';
21
21
22
22
# authentication setting
23
23
our $api_key = { } ;
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ use constant VERSION => '1.0.0';
42
42
43
43
# class/static variables
44
44
our $http_timeout = 180;
45
- our $http_user_agent = ' Perl- Swagger' ;
45
+ our $http_user_agent = ' Swagger-Codegen/1.0.0/perl ' ;
46
46
47
47
# authentication setting
48
48
our $api_key = {};
You can’t perform that action at this time.
0 commit comments