X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=examples%2FInstanceCountingClass.pod;fp=examples%2FInstanceCountingClass.pm;h=93ba4d55fa97d6f448429e4df608eccd8184c627;hb=9ec169fe90e11be6be8ad2e2e25fa49f82ce72c2;hp=fdfb76d4f78adc6f68ed4ac8d97ad31503c45e78;hpb=bdd612ce8bd988a3cad1eb05dd21ab5d25c1caa4;p=gitmo%2FClass-MOP.git diff --git a/examples/InstanceCountingClass.pm b/examples/InstanceCountingClass.pod similarity index 95% rename from examples/InstanceCountingClass.pm rename to examples/InstanceCountingClass.pod index fdfb76d..93ba4d5 100644 --- a/examples/InstanceCountingClass.pm +++ b/examples/InstanceCountingClass.pod @@ -1,5 +1,6 @@ -package InstanceCountingClass; +package # hide the package from PAUSE + InstanceCountingClass; use strict; use warnings;