Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Apr 18, 2012
1 parent 8f0ecdc commit 1d863a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
11 changes: 6 additions & 5 deletions README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ L<UUID::Tiny> (v1)
=back

At least one of them is guaranteed to exist or Data::GUID::Any will
throw an exception when loaded.
throw an exception when loaded. This shouldn't happen if prerequisites
were correctly installed.

=head2 v1_guid_as_string()

Expand Down Expand Up @@ -121,8 +122,8 @@ L<UUID::Tiny>

=back

If none of them are available, an exception will be thrown when this
is called.
If none of them are available, an exception will be thrown when this is called.
This shouldn't happen if prerequisites were correctly installed.

=head2 v4_guid_as_string()

Expand Down Expand Up @@ -151,8 +152,8 @@ L<UUID::Tiny>

=back

If none of them are available, an exception will be thrown when this
is called.
If none of them are available, an exception will be thrown when this is called.
This shouldn't happen if prerequisites were correctly installed.

=head1 SEE ALSO

Expand Down
12 changes: 7 additions & 5 deletions lib/Data/GUID/Any.pm
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ preferred:
* L<UUID::Tiny> (v1)
At least one of them is guaranteed to exist or Data::GUID::Any will
throw an exception when loaded.
throw an exception when loaded. This shouldn't happen if prerequisites
were correctly installed.
=head2 v1_guid_as_string()
Expand All @@ -228,8 +229,9 @@ with upper-case hex characters from one of the following sources:
* uuid (external program)
* L<UUID::Tiny>
If none of them are available, an exception will be thrown when this
is called.
If none of them are available, an exception will be thrown when this is called.
This shouldn't happen if prerequisites were correctly installed.
=head2 v4_guid_as_string()
Expand All @@ -244,8 +246,8 @@ characters from one of the following modules:
* uuid (external program)
* L<UUID::Tiny>
If none of them are available, an exception will be thrown when this
is called.
If none of them are available, an exception will be thrown when this is called.
This shouldn't happen if prerequisites were correctly installed.
=head1 SEE ALSO
Expand Down

0 comments on commit 1d863a2

Please sign in to comment.