Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert from M-I to Dist-Zilla. #6

Merged
merged 1 commit into from Sep 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
.build
META.yml
Makefile
Makefile.old
Expand Down
22 changes: 0 additions & 22 deletions Makefile.PL

This file was deleted.

40 changes: 40 additions & 0 deletions dist.ini
@@ -0,0 +1,40 @@
name = DBIx-Class-DateTime-Epoch
author = Shlomi Fish <shlomif@cpan.org>
license = MIT
copyright_holder = Shlomi Fish
copyright_year = 2015
version = 0.0.7

[@Filter]
-bundle = @Basic
-remove = GatherDir
[AutoPrereqs]
[GatherDir]
exclude_match = ~\z
[MetaJSON]
[PkgVersion]
[PodSyntaxTests]
[PodCoverageTests]
[MetaResources]
; bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=App-Timestamper
; bugtracker.mailto = bug-app-timestamper@rt.cpan.org
repository.url = https://github.com/bricas/dbix-class-datetime-epoch.git
repository.web = https://github.com/bricas/dbix-class-datetime-epoch
repository.type = git
; [PodWeaver]
[Prereqs / Runtime]
-phase = runtime
DateTime = 0
DBIx::Class = 0.08103
DBIx::Class::TimeStamp = 0.07
[Prereqs / Test]
-phase = test
DateTime::Format::SQLite = 0
DBICx::TestDatabase = 0
Test::More = 0
[Test::Compile]
fake_home = 1
skip = bump-ver
[Test::CPAN::Changes]
; [Test::Kwalitee]
; [Test::TrailingSpace]