$ md tempjunk $ cd tempjunk $ h2xs -AX Foo Defaulting to backwards compatibility with perl 5.14.1 If you intend this module to be compatible with earlier perl versions, please specify a minimum perl version with the -b option. Writing Foo/lib/Foo.pm Writing Foo/Makefile.PL Writing Foo/README Writing Foo/t/Foo.t Writing Foo/Changes Writing Foo/MANIFEST $ cd Foo $ perl Makefile.PL INSTALL_BASE=.. Checking if your kit is complete... Looks good Writing Makefile for Foo Writing MYMETA.yml and MYMETA.json $ dmake install_vendor cp lib/Foo.pm blib\lib\Foo.pm Installing ..\lib\perl5\Foo.pm Appending installation info to ..\lib\perl5\MSWin32-x86-multi-thread/perllocal.pod $ gtree -f -a .. .. |-- ../Foo | |-- ../Foo/Changes | |-- ../Foo/MANIFEST | |-- ../Foo/MYMETA.json | |-- ../Foo/MYMETA.yml | |-- ../Foo/Makefile | |-- ../Foo/Makefile.PL | |-- ../Foo/README | |-- ../Foo/blib | | |-- ../Foo/blib/arch | | | |-- ../Foo/blib/arch/.exists | | | `-- ../Foo/blib/arch/auto | | | `-- ../Foo/blib/arch/auto/Foo | | | `-- ../Foo/blib/arch/auto/Foo/.exists | | |-- ../Foo/blib/bin | | | `-- ../Foo/blib/bin/.exists | | |-- ../Foo/blib/lib | | | |-- ../Foo/blib/lib/.exists | | | |-- ../Foo/blib/lib/Foo.pm | | | `-- ../Foo/blib/lib/auto | | | `-- ../Foo/blib/lib/auto/Foo | | | `-- ../Foo/blib/lib/auto/Foo/.exists | | |-- ../Foo/blib/man1 | | | `-- ../Foo/blib/man1/.exists | | |-- ../Foo/blib/man3 | | | `-- ../Foo/blib/man3/.exists | | `-- ../Foo/blib/script | | `-- ../Foo/blib/script/.exists | |-- ../Foo/lib | | `-- ../Foo/lib/Foo.pm | |-- ../Foo/pm_to_blib | `-- ../Foo/t | `-- ../Foo/t/Foo.t `-- ../lib `-- ../lib/perl5 |-- ../lib/perl5/Foo.pm `-- ../lib/perl5/MSWin32-x86-multi-thread |-- ../lib/perl5/MSWin32-x86-multi-thread/auto | `-- ../lib/perl5/MSWin32-x86-multi-thread/auto/Foo | `-- ../lib/perl5/MSWin32-x86-multi-thread/auto/Foo/.packlist `-- ../lib/perl5/MSWin32-x86-multi-thread/perllocal.pod 19 directories, 22 files