Skip to content

Commit

Permalink
Move gitter badge location
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocky Bernstein committed May 31, 2015
1 parent e9d18fd commit ac7fbab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[![Build Status](https://travis-ci.org/rocky/Perl-Devel-Trepan.png)](https://travis-ci.org/rocky/Perl-Devel-Trepan)
[![Build Status](https://travis-ci.org/rocky/Perl-Devel-Trepan.png)](https://travis-ci.org/rocky/Perl-Devel-Trepan) [![Join the chat at https://gitter.im/rocky/Perl-Devel-Trepan](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/rocky/Perl-Devel-Trepan?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Devel::Trepan — A new Perl debugger
====================================

[![Join the chat at https://gitter.im/rocky/Perl-Devel-Trepan](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/rocky/Perl-Devel-Trepan?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

A modular, testable debugger in the family of the Ruby ["Trepanning"](https://github.com/rocky/rb-trepanning/wiki) [debuggers](https://github.com/rocky/rb-trepanning/wiki). The command set is modeled off of _gdb_, but other command sets are possible.

Features:
Expand Down
1 change: 1 addition & 0 deletions lib/Devel/Trepan.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env perl
# Copyright (C) 2013-2015 Rocky Bernstein <rocky@cpan.org>
# Documentation is at the __END__
eval "use feature ':5.10';";
use strict; use warnings;

use rlib '..';
Expand Down

0 comments on commit ac7fbab

Please sign in to comment.