Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Initial commit
  • Loading branch information
dominikschulz committed Dec 26, 2012
0 parents commit 74926b6
Show file tree
Hide file tree
Showing 17 changed files with 1,609 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
@@ -0,0 +1,14 @@
blib*
.build/
Makefile
Makefile.old
Build
Build.bat
_build*
pm_to_blib*
*.tar.gz
.lwpcookies
cover_db
pod2htm*.tmp
MTK-MYB-CNC-*
Debian_CPANTS.txt
4 changes: 4 additions & 0 deletions Changes
@@ -0,0 +1,4 @@
Revision history for MTK-MYB-CNC

0.19 2012-12-26
First public version, released on an unsuspecting world.
30 changes: 30 additions & 0 deletions README.md
@@ -0,0 +1,30 @@
This is the README file for MTK-MYB-CNC,
MTK-MYB CNC implementation.

## Description

MTK-MYB-CNC provides the MTK-MYB CNC implementation.

## Installation

This package uses Dist::Zilla.

Use

dzil build

to create a release tarball which can be
unpacked and installed like any other EUMM
distribution.

perl Makefile.PL

make

make test

make install

## Documentation

Please see perldoc MTK::MYB::CNC.
44 changes: 44 additions & 0 deletions dist.ini
@@ -0,0 +1,44 @@
name = MTK-MYB-CNC
author = Dominik Schulz <dominik.schulz@gauner.org>
license = Perl_5
copyright_holder = Dominik Schulz
copyright_year = 2012
version = 0.19

[GatherDir]
exclude_filename = README.pod
exclude_match = ^doc.*
exclude_match = ^cover.*

[PruneCruft]
[Authority]
[PkgVersion]
[MetaJSON]
[ExtraTests]
[PodSyntaxTests]
[NoTabsTests]
[EOLTests]

[Manifest]
[MakeMaker]

[AutoPrereqs]
[Prereqs / BuildRequires]
[Prereqs]
[Prereqs / Recommends]

[Git::CheckFor::CorrectBranch]
release_branch = master

[@Git]
tag_format = version_%v

[GitHub::Meta]
repo = MTK-MYB-CNC

[PodWeaver]

[MetaYAML]
[License]
[ReadmeFromPod]

0 comments on commit 74926b6

Please sign in to comment.