diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-06-25 16:04:37 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-06-25 16:05:48 +0100 |
commit | 15932acc618e3c642a4814dee6429b92b088b3fd (patch) | |
tree | d6c53790b62984f5f6ed10e69b007a52376acd4d /win32 | |
parent | 839bc55ad61e73319e7d4ae40fd6ece8ff36b147 (diff) | |
download | perl-15932acc618e3c642a4814dee6429b92b088b3fd.tar.gz |
Add documentation for the method resolution plugin interface.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/pod.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/pod.mak b/win32/pod.mak index 22e9618fa4..cddd15c12a 100644 --- a/win32/pod.mak +++ b/win32/pod.mak @@ -94,6 +94,7 @@ POD = \ perlmodinstall.pod \ perlmodlib.pod \ perlmodstyle.pod \ + perlmroapi.pod \ perlnewmod.pod \ perlnumber.pod \ perlobj.pod \ @@ -218,6 +219,7 @@ MAN = \ perlmodinstall.man \ perlmodlib.man \ perlmodstyle.man \ + perlmroapi.man \ perlnewmod.man \ perlnumber.man \ perlobj.man \ @@ -342,6 +344,7 @@ HTML = \ perlmodinstall.html \ perlmodlib.html \ perlmodstyle.html \ + perlmroapi.html \ perlnewmod.html \ perlnumber.html \ perlobj.html \ @@ -466,6 +469,7 @@ TEX = \ perlmodinstall.tex \ perlmodlib.tex \ perlmodstyle.tex \ + perlmroapi.tex \ perlnewmod.tex \ perlnumber.tex \ perlobj.tex \ |