Next Steps 

$ git init

$ mv .cvsignore .gitignore
$ git-config core.excludesfile ~/.gitignore

$ git add .
$ git commit -m "initial skeleton from Module::Starter"