This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Rearrange ext/Memoize to the same layout as the CPAN distribution.
[perl5.git]
/
ext
/
.gitignore
Commit
Line
Data
594c64d4
YO
1
*
2
!*.pm
3
!*.pl
4
!*.xs
5
!*.t
6
!*.h
7
!*/t/*
8
!*/lib/*
4d87b51d
9