Skip to content

Commit

Permalink
Freshen the program
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed May 23, 2018
1 parent 091c47f commit 5d455fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/survey
Expand Up @@ -19,6 +19,8 @@ $opts{'i'} = int( $opts{'i'} );

Surveyor::App::run( $opts{'p'}, int($opts{'i'}) || 10_000, @ARGV );

=encoding utf8
=head1 NAME
Surveyor::App - Run benchmarks from a package
Expand Down Expand Up @@ -71,8 +73,8 @@ brian d foy, C<< <bdfoy@cpan.org> >>
=head1 COPYRIGHT AND LICENSE
Copyright © 2013-2015, brian d foy <bdfoy@cpan.org>. All rights reserved.
Copyright © 2013-2018, brian d foy <bdfoy@cpan.org>. All rights reserved.
You may redistribute this under the same terms as Perl itself.
You may redistribute this under the terms of the Artistic License 2.0.
=cut

0 comments on commit 5d455fd

Please sign in to comment.