Skip to content

Commit

Permalink
set up Dist::Zilla to handle versioning, changelog, release etc
Browse files Browse the repository at this point in the history
  • Loading branch information
grantm committed May 23, 2011
1 parent 69114b3 commit 2939c4f
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 135 deletions.
6 changes: 5 additions & 1 deletion Changes
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,8 @@
Revision history for App-BCVI Revision history for {{$dist->name}}

{{$NEXT}}
- add $HOME/bin to $PATH if not there already
- switch packaging to use Dist::Zilla


3.04 2010-11-27 3.04 2010-11-27
- add -r option so that bcp can copy directories too - add -r option so that bcp can copy directories too
Expand Down
9 changes: 0 additions & 9 deletions MANIFEST

This file was deleted.

20 changes: 0 additions & 20 deletions Makefile.PL

This file was deleted.

91 changes: 0 additions & 91 deletions README

This file was deleted.

2 changes: 0 additions & 2 deletions bin/bcvi
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ require 5.008;


package App::BCVI; package App::BCVI;


our $VERSION = '3.04';

use File::Spec; use File::Spec;
use File::Path; use File::Path;
use Getopt::Long qw(); use Getopt::Long qw();
Expand Down
22 changes: 22 additions & 0 deletions dist.ini
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,22 @@
name = App-BCVI
author = Grant McLean <grantm@cpan.org>
version = 3.05
license = Perl_5
copyright_holder = Grant McLean
copyright_year = 2011
main_module = bin/bcvi
repository = git://github.com/grantm/bcvi.git

[Repository]
[@Basic]
[NextRelease]
[PodSyntaxTests]
[MetaJSON]
[PkgVersion]
[@Git]

[Prereqs]
perl = 5.008

[Prereqs / TestRequires]
Test::More = 0.88
12 changes: 0 additions & 12 deletions t/pod.t

This file was deleted.

0 comments on commit 2939c4f

Please sign in to comment.