Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
requires a use before class is visible
  • Loading branch information
coke committed Nov 2, 2018
1 parent b3096ca commit 1149bd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/Type/Telemetry/Sampler.pod6
Expand Up @@ -24,6 +24,7 @@ to use when making a snapshot.
=head2 method new
=for code :preamble<use Telemetry>
method new(Telemetry::Sampler: @instruments --> Telemetry::Sampler:D)
The C<new> method takes a list of instruments. If no instruments are specified,
Expand All @@ -40,6 +41,7 @@ the same as C<Telemetry::Instrument::Usage>.
=head2 method set-instruments
=for code :preamble<use Telemetry>
method set-instruments(Telemetry::Sampler:D @instruments --> Nil)
Allows one to change the instruments on an existing C<Instrument::Sampler>
Expand Down

0 comments on commit 1149bd2

Please sign in to comment.