Skip to content

Commit

Permalink
Fix pod example
Browse files Browse the repository at this point in the history
  • Loading branch information
gphat committed Jul 14, 2010
1 parent fdddc18 commit 7cd7996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Message/Stack/Parser.pm
Expand Up @@ -14,7 +14,7 @@ Message::Stack::Parser - A simple role for creating a Message::Stack from things
use Message::Stack::Parser::DataVerifier;
# Pass a Data::Verifier::Results object to parse.
my $ms = Message::Stack::Parser->new->parse(
my $ms = Message::Stack::Parser::DataVerifier->new->parse(
Message::Stack->new,
$scope,
$dv_results
Expand Down
2 changes: 1 addition & 1 deletion lib/Message/Stack/Parser/DataVerifier.pm
Expand Up @@ -14,7 +14,7 @@ Message::Stack::Parser::DataVerifier - Add messages to a Message::Stack from a D
use Message::Stack::Parser::DataVerifier;
# Pass a Data::Verifier::Results object to parse.
my $ms = Message::Stack::Parser->new->parse(
my $ms = Message::Stack::Parser::DataVerifier->new->parse(
Message::Stack->new,
$scope,
$dv_results
Expand Down

0 comments on commit 7cd7996

Please sign in to comment.