Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document X::Bind
  • Loading branch information
moritz committed Jan 26, 2015
1 parent 3d7e48a commit da3d564
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lib/Type/X/Bind.pod
@@ -0,0 +1,17 @@
=begin pod
=TITLE class X::Bind
=SUBTITLE Exceptions that are thrown when trying to bind to something that is not a variable or container
class X::Bind is Exception { ... }
If you write code like this:
floor(1.1) := 42;
it dies with an C<X::Bind> exception:
Cannot use bind operator with this left-hand side
=end pod

0 comments on commit da3d564

Please sign in to comment.