Skip to content

Commit ceb6bc1

Browse files
committed
s/.perl/.raku/
1 parent 2ed07ee commit ceb6bc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Math/Matrix.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ multi method gist(Math::Matrix:D: Int :$max-chars?, Int :$max-rows? --> Str) {
241241
$!gist;
242242
}
243243

244-
multi method perl(Math::Matrix:D: --> Str){ self.WHAT.perl ~ ".new(" ~ @!rows.perl ~ ")" }
244+
multi method raku(Math::Matrix:D: --> Str){ self.WHAT.raku ~ ".new(" ~ @!rows.raku ~ ")" }
245245

246246
################################################################################
247247
# end of type conversion and handy shortcuts - start boolean matrix properties

0 commit comments

Comments
 (0)