Acme-MetaSyntactic-nethack

 view release on metacpan or  search on metacpan

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

scroll_of_remove_curse
scroll_of_enchant_weapon
scroll_of_create_monster
scroll_of_taming
scroll_of_genocide
scroll_of_light
scroll_of_teleportation
scroll_of_gold_detection
scroll_of_food_detection
scroll_of_identify
scroll_of_magic_mapping
scroll_of_amnesia
scroll_of_fire
scroll_of_earth
scroll_of_punishment
scroll_of_charging
scroll_of_stinking_cloud
scroll_of_mail
scroll_of_blank_paper
# names objects/unknown/spellbooks
parchment_spellbook

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

spellbook_of_cure_sickness
spellbook_of_charm_monster
spellbook_of_haste_self
spellbook_of_detect_unseen
spellbook_of_levitation
spellbook_of_extra_healing
spellbook_of_restore_ability
spellbook_of_invisibility
spellbook_of_detect_treasure
spellbook_of_remove_curse
spellbook_of_magic_mapping
spellbook_of_identify
spellbook_of_turn_undead
spellbook_of_polymorph
spellbook_of_teleport_away
spellbook_of_create_familiar
spellbook_of_cancellation
spellbook_of_protection
spellbook_of_jumping
spellbook_of_stone_to_flesh
spellbook_of_flame_sphere
spellbook_of_freeze_sphere
spellbook_of_blank_paper
Book_of_the_Dead
# names objects/unknown/wands
glass_wand
balsa_wand
crystal_wand
maple_wand
pine_wand
oak_wand
ebony_wand
marble_wand
tin_wand
brass_wand
copper_wand
silver_wand
platinum_wand
iridium_wand

t/author/perlcritic.t  view on Meta::CPAN

use File::Spec::Functions;


my $build;

BEGIN {
    $build = Module::Build->current();
} # end BEGIN

all_critic_ok(
    map { catfile($build->base_dir(), $_) } qw{ lib script examples }
);

# setup nethack: set filetype=perl tabstop=4 softtabstop=4 expandtab :
# setup nethack: set shiftwidth=4 shiftround textwidth=0 nowrap autoindent :
# setup nethack: set foldmethod=indent foldlevel=0 :



( run in 1.309 second using v1.01-cache-2.11-cpan-49f99fa48dc )