Skip to content

Commit

Permalink
Regenerate distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
jjatria committed Nov 6, 2023
1 parent ecd1e54 commit eda8f93
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
28 changes: 18 additions & 10 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,19 @@
"provides" : {
"OpenTelemetry::Exporter::OTLP" : {
"file" : "lib/OpenTelemetry/Exporter/OTLP.pm",
"version" : "0.001"
"version" : "0.010"
},
"OpenTelemetry::Exporter::OTLP::Encoder::JSON" : {
"file" : "lib/OpenTelemetry/Exporter/OTLP/Encoder/JSON.pm",
"version" : "0.010"
},
"OpenTelemetry::Exporter::OTLP::Encoder::Protobuf" : {
"file" : "lib/OpenTelemetry/Exporter/OTLP/Encoder/Protobuf.pm",
"version" : "0.010"
},
"OpenTelemetry::Proto" : {
"file" : "lib/OpenTelemetry/Proto.pm",
"version" : "0.001"
"version" : "0.010"
}
},
"release_status" : "stable",
Expand All @@ -84,11 +92,11 @@
},
"repository" : {
"type" : "git",
"url" : "git://github.com/jjatria/perl-opentelemetry-exporter-otlp",
"url" : "git://github.com/jjatria/perl-opentelemetry-exporter-otlp.git",
"web" : "https://github.com/jjatria/perl-opentelemetry-exporter-otlp"
}
},
"version" : "0.001",
"version" : "0.010",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.038000"
Expand Down Expand Up @@ -222,7 +230,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
"git_version" : "2.34.1",
"git_version" : "2.40.1",
"repo_root" : "."
}
},
Expand Down Expand Up @@ -302,7 +310,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
"git_version" : "2.34.1",
"git_version" : "2.40.1",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
Expand All @@ -319,12 +327,12 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001",
"tag" : "0.010",
"tag_format" : "%v",
"tag_message" : ""
},
"Dist::Zilla::Role::Git::Repo" : {
"git_version" : "2.34.1",
"git_version" : "2.40.1",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
Expand Down Expand Up @@ -368,7 +376,7 @@
"changelog" : "Changes"
},
"Dist::Zilla::Role::Git::Repo" : {
"git_version" : "2.34.1",
"git_version" : "2.40.1",
"repo_root" : "."
},
"Dist::Zilla::Role::Git::StringFormatter" : {
Expand Down Expand Up @@ -464,7 +472,7 @@
"class" : "Dist::Zilla::Plugin::Git::Contributors",
"config" : {
"Dist::Zilla::Plugin::Git::Contributors" : {
"git_version" : "2.34.1",
"git_version" : "2.40.1",
"include_authors" : 0,
"include_releaser" : 1,
"order_by" : "name",
Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ my %WriteMakefileArgs = (
"Test2::V0" => 0,
"Test::More" => 0
},
"VERSION" => "0.001",
"VERSION" => "0.010",
"test" => {
"TESTS" => "t/*.t t/OpenTelemetry/*.t t/OpenTelemetry/Exporter/*.t"
"TESTS" => "t/*.t t/OpenTelemetry/*.t t/OpenTelemetry/Exporter/*.t t/OpenTelemetry/Exporter/OTLP/Encoder/*.t"
}
);

Expand Down

0 comments on commit eda8f93

Please sign in to comment.