Skip to content

lskatz/what3wordsRegion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template-perl

A simple template for perl projects

Usage

Click the button at the top of GitHub that says Use this template and then edit away

Contents

Makefile.pl - Running this file with perl Makefile.PL creates an actual Makefile with certain usages such as

  • make
  • make test
  • make install
  • make manifest
  • make dist

scripts

template.pl A single script that has basic modules and usage. Rename this file to what suits you. You can add more scripts here.

t

01_index.t A single perl script that has a unit test in it. Rename _index to what your usage would be. You can add additional tests in this folder. There is a two digit number here in the script name(s) so that the scripts will be run in the correct order even though the system will sort alphabetically instead of numerically.

About

Give a list of "what 3 words" for a region

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages