Acme-MetaSyntactic-nethack

 view release on metacpan or  search on metacpan

lib/Acme/MetaSyntactic/nethack.pm  view on Meta::CPAN

Cerberus
# names monsters/eyes
gas_spore
floating_eye
freezing_sphere
flaming_sphere
shocking_sphere
beholder
# names monsters/felines
kitten
housecat
jaguar
lynx
panther
large_cat
tiger
# names monsters/gremlins_and_gargoyles
gremlin
gargoyle
winged_gargoyle
# names monsters/humanoids

lib/Acme/MetaSyntactic/nethack.pm  view on Meta::CPAN

hexagonal_wand
short_wand
runed_wand
long_wand
curved_wand
forked_wand
spiked_wand
jeweled_wand
# names objects/known/wands
wand_of_light
wand_of_secret_door_detection
wand_of_enlightenment
wand_of_create_monster
wand_of_wishing
wand_of_nothing
wand_of_striking
wand_of_make_invisible
wand_of_slow_monster
wand_of_speed_monster
wand_of_undead_turning
wand_of_polymorph

lib/Acme/MetaSyntactic/nethack.pm  view on Meta::CPAN

Apetitius_Giganticus
Hungrii_Flea_Bagius
Overconfidentii_Vulgaris
Caninus_Nervous_Rex
Grotesques_Appetitus
Nemesis_Riduclii
Canis_latrans
# names shops
general_store
used_armor_dealership
second_hand_bookstore
liquor_emporium
antique_weapons_outlet
delicatessen
jewelers
quality_apparel_and_accessories
hardware_store
rare_books
lighting_store
# names names/shopkeepers/liquor
Njezjin

t/author/perlcriticrc  view on Meta::CPAN


# Need to write CodeLayout::RequireUTF8
[-CodeLayout::RequireASCII]

# Perl::Tidy wouldn't know a properly formatted conditional expression
# if one stomped all over Perl::Tidy.pm.  (Not to say that P::T isn't
# useful.)
[-CodeLayout::RequireTidyCode]

[Documentation::RequirePodSections]
lib_sections = NAME | VERSION | DESCRIPTION | DIAGNOSTICS | CONFIGURATION AND ENVIRONMENT | DEPENDENCIES | INCOMPATIBILITIES | BUGS AND LIMITATIONS | AUTHOR | LICENSE AND COPYRIGHT | DISCLAIMER OF WARRANTY

# Need __DATA__ section, so this can't be complied with.
[-Documentation::RequirePodAtEnd]

# Magic numbers BAD.  (It doesn't hurt that I wrote this policy.)
[ValuesAndExpressions::ProhibitMagicNumbers]
severity = 4

# For some reason, this chokes on v-strings within a version constructor
# and I don't have time to chase this down.
[-Modules::PerlMinimumVersion]



( run in 1.345 second using v1.01-cache-2.11-cpan-39bf76dae61 )