Skip to content

Commit

Permalink
renamed to Cartesian product 'cause that's more better
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen R. Scaffidi committed Mar 31, 2012
1 parent a44b7ba commit 6c30645
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,6 +1,6 @@

# dzil dist/build files
Set-CrossProduct-Lazy*
Set-CartesianProduct-Lazy*

# Version control files and dirs.
RCS
Expand Down
10 changes: 5 additions & 5 deletions dist.ini
@@ -1,13 +1,13 @@
name    = Set-CrossProduct-Lazy
author = Stephen R. Scaffidi <sscaffidi@cpan.org>
license = Perl_5
name = Set-CartesianProduct-Lazy
author = Stephen R. Scaffidi <sscaffidi@cpan.org>
license = Perl_5
copyright_holder = Stephen R. Scaffidi
copyright_year   = 2012
copyright_year = 2012


;; only pretend to cut a release. comment this out
;; when you want to really do it.
;[FakeRelease]
[FakeRelease]


;; gather all the files for distribution
Expand Down
Expand Up @@ -43,7 +43,7 @@ Some examples:
=end :list
=cut
sub new { ... }
sub new { 1 }


=method get
Expand All @@ -59,7 +59,7 @@ cartesian product the result will be an empty list or undef, depending on
whether this was called in scalar or list context.
=cut
sub get { ... }
sub get { 1 }


=method count
Expand All @@ -68,7 +68,7 @@ Return the count of tuples that would be in the cartesian
product if it had been generated.
=cut
sub count { ... }
sub count { 1 }


=method last_idx
Expand All @@ -86,7 +86,7 @@ And you can do this instead:
Which I feel is more readable.
=cut
sub last_idx { ... }
sub last_idx { 1 }


1 && q{a set in time saves nine};
Expand Down

0 comments on commit 6c30645

Please sign in to comment.