Skip to content

Commit

Permalink
Build with Dist::Zilla
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruberman committed Jan 16, 2011
1 parent 0e3caa6 commit 0ec18f6
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 90 deletions.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -58,3 +58,4 @@
... - Sun Jan 16 2010
Fixed "Out of memory during array extend" for aassign
Add .gitignore
Build with Dist::Zilla
20 changes: 0 additions & 20 deletions MANIFEST

This file was deleted.

44 changes: 0 additions & 44 deletions MANIFEST.SKIP

This file was deleted.

12 changes: 0 additions & 12 deletions META.yml

This file was deleted.

10 changes: 0 additions & 10 deletions Makefile.PL

This file was deleted.

21 changes: 21 additions & 0 deletions dist.ini
@@ -0,0 +1,21 @@
name = Runops-Trace
version = 0.13
main_module = lib/Runops/Trace.pm
license = Perl_5
author = Josh Jore <jjore@cpan.org>
copyright_holder = Josh Jore

[@Filter]
-bundle = @Classic
-remove = PodVersion
-remove = PkgVersion

[@Git]
[PodWeaver]
[NextRelease]
[AutoPrereqs]

[Prereqs / DevelopSuggests]
Test::Pod = 1.41
Test::Pod::Coverage = 0
Pod::Coverage::TrustPod = 0
5 changes: 1 addition & 4 deletions lib/Runops/Trace.pm
@@ -1,4 +1,5 @@
package Runops::Trace;
# ABSTRACT: Trace your program's execution

# vim:shiftwidth=4

Expand Down Expand Up @@ -79,10 +80,6 @@ sub _whatever_to_op_type {

__END__
=head1 NAME
Runops::Trace - Trace your program's execution
=head1 SYNOPSIS
Per function tracing:
Expand Down
3 changes: 3 additions & 0 deletions weaver.ini
@@ -0,0 +1,3 @@
[@Default]
[-Transformer]
transformer = List

0 comments on commit 0ec18f6

Please sign in to comment.