Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[module-management] use v6; add vim coda
  • Loading branch information
Paul Cochrane committed Mar 7, 2015
1 parent 70b6b02 commit ad4dce0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions categories/module-management/Fletcher.pl
@@ -1,3 +1,5 @@
use v6;

# A sketch program to compute unique file names for Perl modules based
# on the Fletcher-16 hash.
#
Expand Down Expand Up @@ -56,3 +58,4 @@ ($str)
return ($A*256 + $B).fmt("%04x");
}

# vim: expandtab shiftwidth=4 ft=perl6

0 comments on commit ad4dce0

Please sign in to comment.