Skip to content

Commit

Permalink
Fix SYNOPSIS
Browse files Browse the repository at this point in the history
::: is one : ahead of a working example ...
  • Loading branch information
Sadrak authored and Arthur Axel 'fREW' Schmidt committed Aug 29, 2016
1 parent 00b8dfc commit e467aac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Revision history for {{$dist->name}}

{{$NEXT}}
- Fix SYNOPSIS (Thanks Felix Ostmann!)

0.001000 2014-02-26 13:37:38CST-0600 America/Chicago
- Initial Release
4 changes: 2 additions & 2 deletions lib/DBIx/Class/QueryLog/Tee.pm
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ __END__
=head1 SYNOPSIS
my $ql = DBIx::Class:::QueryLog->new;
my $ql = DBIx::Class::QueryLog->new;
$schema->storage->debugobj(
DBIx::Class:::QueryLog::Tee->new(
DBIx::Class::QueryLog::Tee->new(
loggers => {
'1-original' => $schema->storage->debugobj,
'2-current' => $ql,
Expand Down

0 comments on commit e467aac

Please sign in to comment.