The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Build.PL 340
CHANGES 04
LICENSE 0379
MANIFEST 79
META.json 1420
META.yml 8221
Makefile.PL 697
README 917
cpanfile 028
dist.ini 031
lib/Devel/ebug/Backend/Plugin/ActionPoints.pm 01
lib/Devel/ebug/Backend/Plugin/Basic.pm 01
lib/Devel/ebug/Backend/Plugin/Codelines.pm 01
lib/Devel/ebug/Backend/Plugin/Commands.pm 01
lib/Devel/ebug/Backend/Plugin/Eval.pm 02
lib/Devel/ebug/Backend/Plugin/Filenames.pm 01
lib/Devel/ebug/Backend/Plugin/Output.pm 01
lib/Devel/ebug/Backend/Plugin/Pad.pm 02
lib/Devel/ebug/Backend/Plugin/Ping.pm 01
lib/Devel/ebug/Backend/Plugin/Run.pm 01
lib/Devel/ebug/Backend/Plugin/StackTrace.pm 01
lib/Devel/ebug/Backend.pm 610
lib/Devel/ebug/Console.pm 711
lib/Devel/ebug/Plugin/ActionPoints.pm 01
lib/Devel/ebug/Plugin/Basic.pm 01
lib/Devel/ebug/Plugin/Codelines.pm 01
lib/Devel/ebug/Plugin/Eval.pm 01
lib/Devel/ebug/Plugin/Filenames.pm 01
lib/Devel/ebug/Plugin/Output.pm 01
lib/Devel/ebug/Plugin/Pad.pm 01
lib/Devel/ebug/Plugin/Run.pm 01
lib/Devel/ebug/Plugin/StackTrace.pm 01
lib/Devel/ebug.pm 1211
t/breakOnLoad.t 112
t/ebug.t 35
35 files changed (This is a version diff) 309657
@@ -1,34 +0,0 @@
-use strict;
-use lib 'lib';
-use lib '../lib';
-use Module::Build;
-
-my $requires = {
-  'Carp'                 => '0',
-  'Class::Accessor::Chained::Fast' => '0',
-  'Devel::StackTrace'    => '0',
-  'IO::Socket::INET'     => '0',
-  'File::Find'           => '0',
-  'Module::Pluggable'    => '0',
-  'PadWalker'            => '0',
-  'Proc::Background'     => '0',
-  'Scalar::Util'         => '0',
-  'String::Koremutake'   => '0',
-  'Test::More'           => '0',
-  'YAML'                 => '0',
-};
-
-# Test::Expect doesn't run under Windows atm
-if ($^O !~ /mswin32/i) {
-  $requires->{'Test::Expect'} = '0';
-}
-
-my $build = Module::Build->new(
-  create_makefile_pl => 'small',
-  license            => 'perl',
-  module_name        => 'Devel::ebug',
-  requires           => $requires,
-  script_files       => ['bin/ebug', 'bin/ebug_client', 'bin/ebug_server', 'bin/ebug_backend_perl'],
-);
-$build->create_build_script;
-
@@ -1,5 +1,9 @@
 Revision history for Perl module Devel::ebug
 
+0.56 2014.04.16
+     - Converted to Dist::Zilla
+     - Minor fixes (thanks hobbestigrou!)
+
 0.55 2013.03.19
      - Extra version to add missing files :)
 
@@ -0,0 +1,379 @@
+This software is copyright (c) 2014 by Brock Wilcox.
+
+This is free software; you can redistribute it and/or modify it under
+the same terms as the Perl 5 programming language system itself.
+
+Terms of the Perl programming language system itself
+
+a) the GNU General Public License as published by the Free
+   Software Foundation; either version 1, or (at your option) any
+   later version, or
+b) the "Artistic License"
+
+--- The GNU General Public License, Version 1, February 1989 ---
+
+This software is Copyright (c) 2014 by Brock Wilcox.
+
+This is free software, licensed under:
+
+  The GNU General Public License, Version 1, February 1989
+
+                    GNU GENERAL PUBLIC LICENSE
+                     Version 1, February 1989
+
+ Copyright (C) 1989 Free Software Foundation, Inc.
+ 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+                            Preamble
+
+  The license agreements of most software companies try to keep users
+at the mercy of those companies.  By contrast, our General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  The
+General Public License applies to the Free Software Foundation's
+software and to any other program whose authors commit to using it.
+You can use it for your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Specifically, the General Public License is designed to make
+sure that you have the freedom to give away or sell copies of free
+software, that you receive source code or can get it if you want it,
+that you can change the software or use pieces of it in new free
+programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of a such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must tell them their rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+                    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License Agreement applies to any program or other work which
+contains a notice placed by the copyright holder saying it may be
+distributed under the terms of this General Public License.  The
+"Program", below, refers to any such program or work, and a "work based
+on the Program" means either the Program or any work containing the
+Program or a portion of it, either verbatim or with modifications.  Each
+licensee is addressed as "you".
+
+  1. You may copy and distribute verbatim copies of the Program's source
+code as you receive it, in any medium, provided that you conspicuously and
+appropriately publish on each copy an appropriate copyright notice and
+disclaimer of warranty; keep intact all the notices that refer to this
+General Public License and to the absence of any warranty; and give any
+other recipients of the Program a copy of this General Public License
+along with the Program.  You may charge a fee for the physical act of
+transferring a copy.
+
+  2. You may modify your copy or copies of the Program or any portion of
+it, and copy and distribute such modifications under the terms of Paragraph
+1 above, provided that you also do the following:
+
+    a) cause the modified files to carry prominent notices stating that
+    you changed the files and the date of any change; and
+
+    b) cause the whole of any work that you distribute or publish, that
+    in whole or in part contains the Program or any part thereof, either
+    with or without modifications, to be licensed at no charge to all
+    third parties under the terms of this General Public License (except
+    that you may choose to grant warranty protection to some or all
+    third parties, at your option).
+
+    c) If the modified program normally reads commands interactively when
+    run, you must cause it, when started running for such interactive use
+    in the simplest and most usual way, to print or display an
+    announcement including an appropriate copyright notice and a notice
+    that there is no warranty (or else, saying that you provide a
+    warranty) and that users may redistribute the program under these
+    conditions, and telling the user how to view a copy of this General
+    Public License.
+
+    d) You may charge a fee for the physical act of transferring a
+    copy, and you may at your option offer warranty protection in
+    exchange for a fee.
+
+Mere aggregation of another independent work with the Program (or its
+derivative) on a volume of a storage or distribution medium does not bring
+the other work under the scope of these terms.
+
+  3. You may copy and distribute the Program (or a portion or derivative of
+it, under Paragraph 2) in object code or executable form under the terms of
+Paragraphs 1 and 2 above provided that you also do one of the following:
+
+    a) accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of
+    Paragraphs 1 and 2 above; or,
+
+    b) accompany it with a written offer, valid for at least three
+    years, to give any third party free (except for a nominal charge
+    for the cost of distribution) a complete machine-readable copy of the
+    corresponding source code, to be distributed under the terms of
+    Paragraphs 1 and 2 above; or,
+
+    c) accompany it with the information you received as to where the
+    corresponding source code may be obtained.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form alone.)
+
+Source code for a work means the preferred form of the work for making
+modifications to it.  For an executable file, complete source code means
+all the source code for all modules it contains; but, as a special
+exception, it need not include source code for modules which are standard
+libraries that accompany the operating system on which the executable
+file runs, or for standard header files or definitions files that
+accompany that operating system.
+
+  4. You may not copy, modify, sublicense, distribute or transfer the
+Program except as expressly provided under this General Public License.
+Any attempt otherwise to copy, modify, sublicense, distribute or transfer
+the Program is void, and will automatically terminate your rights to use
+the Program under this License.  However, parties who have received
+copies, or rights to use copies, from you under this General Public
+License will not have their licenses terminated so long as such parties
+remain in full compliance.
+
+  5. By copying, distributing or modifying the Program (or any work based
+on the Program) you indicate your acceptance of this license to do so,
+and all its terms and conditions.
+
+  6. Each time you redistribute the Program (or any work based on the
+Program), the recipient automatically receives a license from the original
+licensor to copy, distribute or modify the Program subject to these
+terms and conditions.  You may not impose any further restrictions on the
+recipients' exercise of the rights granted herein.
+
+  7. The Free Software Foundation may publish revised and/or new versions
+of the General Public License from time to time.  Such new versions will
+be similar in spirit to the present version, but may differ in detail to
+address new problems or concerns.
+
+Each version is given a distinguishing version number.  If the Program
+specifies a version number of the license which applies to it and "any
+later version", you have the option of following the terms and conditions
+either of that version or of any later version published by the Free
+Software Foundation.  If the Program does not specify a version number of
+the license, you may choose any version ever published by the Free Software
+Foundation.
+
+  8. If you wish to incorporate parts of the Program into other free
+programs whose distribution conditions are different, write to the author
+to ask for permission.  For software which is copyrighted by the Free
+Software Foundation, write to the Free Software Foundation; we sometimes
+make exceptions for this.  Our decision will be guided by the two goals
+of preserving the free status of all derivatives of our free software and
+of promoting the sharing and reuse of software generally.
+
+                            NO WARRANTY
+
+  9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+REPAIR OR CORRECTION.
+
+  10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+POSSIBILITY OF SUCH DAMAGES.
+
+                     END OF TERMS AND CONDITIONS
+
+        Appendix: How to Apply These Terms to Your New Programs
+
+  If you develop a new program, and you want it to be of the greatest
+possible use to humanity, the best way to achieve this is to make it
+free software which everyone can redistribute and change under these
+terms.
+
+  To do so, attach the following notices to the program.  It is safest to
+attach them to the start of each source file to most effectively convey
+the exclusion of warranty; and each file should have at least the
+"copyright" line and a pointer to where the full notice is found.
+
+    <one line to give the program's name and a brief idea of what it does.>
+    Copyright (C) 19yy  <name of author>
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA  02110-1301 USA
+
+
+Also add information on how to contact you by electronic and paper mail.
+
+If the program is interactive, make it output a short notice like this
+when it starts in an interactive mode:
+
+    Gnomovision version 69, Copyright (C) 19xx name of author
+    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
+    This is free software, and you are welcome to redistribute it
+    under certain conditions; type `show c' for details.
+
+The hypothetical commands `show w' and `show c' should show the
+appropriate parts of the General Public License.  Of course, the
+commands you use may be called something other than `show w' and `show
+c'; they could even be mouse-clicks or menu items--whatever suits your
+program.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the program, if
+necessary.  Here a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the
+  program `Gnomovision' (a program to direct compilers to make passes
+  at assemblers) written by James Hacker.
+
+  <signature of Ty Coon>, 1 April 1989
+  Ty Coon, President of Vice
+
+That's all there is to it!
+
+
+--- The Artistic License 1.0 ---
+
+This software is Copyright (c) 2014 by Brock Wilcox.
+
+This is free software, licensed under:
+
+  The Artistic License 1.0
+
+The Artistic License
+
+Preamble
+
+The intent of this document is to state the conditions under which a Package
+may be copied, such that the Copyright Holder maintains some semblance of
+artistic control over the development of the package, while giving the users of
+the package the right to use and distribute the Package in a more-or-less
+customary fashion, plus the right to make reasonable modifications.
+
+Definitions:
+
+  - "Package" refers to the collection of files distributed by the Copyright
+    Holder, and derivatives of that collection of files created through
+    textual modification. 
+  - "Standard Version" refers to such a Package if it has not been modified,
+    or has been modified in accordance with the wishes of the Copyright
+    Holder. 
+  - "Copyright Holder" is whoever is named in the copyright or copyrights for
+    the package. 
+  - "You" is you, if you're thinking about copying or distributing this Package.
+  - "Reasonable copying fee" is whatever you can justify on the basis of media
+    cost, duplication charges, time of people involved, and so on. (You will
+    not be required to justify it to the Copyright Holder, but only to the
+    computing community at large as a market that must bear the fee.) 
+  - "Freely Available" means that no fee is charged for the item itself, though
+    there may be fees involved in handling the item. It also means that
+    recipients of the item may redistribute it under the same conditions they
+    received it. 
+
+1. You may make and give away verbatim copies of the source form of the
+Standard Version of this Package without restriction, provided that you
+duplicate all of the original copyright notices and associated disclaimers.
+
+2. You may apply bug fixes, portability fixes and other modifications derived
+from the Public Domain or from the Copyright Holder. A Package modified in such
+a way shall still be considered the Standard Version.
+
+3. You may otherwise modify your copy of this Package in any way, provided that
+you insert a prominent notice in each changed file stating how and when you
+changed that file, and provided that you do at least ONE of the following:
+
+  a) place your modifications in the Public Domain or otherwise make them
+     Freely Available, such as by posting said modifications to Usenet or an
+     equivalent medium, or placing the modifications on a major archive site
+     such as ftp.uu.net, or by allowing the Copyright Holder to include your
+     modifications in the Standard Version of the Package.
+
+  b) use the modified Package only within your corporation or organization.
+
+  c) rename any non-standard executables so the names do not conflict with
+     standard executables, which must also be provided, and provide a separate
+     manual page for each non-standard executable that clearly documents how it
+     differs from the Standard Version.
+
+  d) make other distribution arrangements with the Copyright Holder.
+
+4. You may distribute the programs of this Package in object code or executable
+form, provided that you do at least ONE of the following:
+
+  a) distribute a Standard Version of the executables and library files,
+     together with instructions (in the manual page or equivalent) on where to
+     get the Standard Version.
+
+  b) accompany the distribution with the machine-readable source of the Package
+     with your modifications.
+
+  c) accompany any non-standard executables with their corresponding Standard
+     Version executables, giving the non-standard executables non-standard
+     names, and clearly documenting the differences in manual pages (or
+     equivalent), together with instructions on where to get the Standard
+     Version.
+
+  d) make other distribution arrangements with the Copyright Holder.
+
+5. You may charge a reasonable copying fee for any distribution of this
+Package.  You may charge any fee you choose for support of this Package. You
+may not charge a fee for this Package itself. However, you may distribute this
+Package in aggregate with other (possibly commercial) programs as part of a
+larger (possibly commercial) software distribution provided that you do not
+advertise this Package as a product of your own.
+
+6. The scripts and library files supplied as input to or produced as output
+from the programs of this Package do not automatically fall under the copyright
+of this Package, but belong to whomever generated them, and may be sold
+commercially, and may be aggregated with this Package.
+
+7. C or perl subroutines supplied by you and linked into this Package shall not
+be considered part of this Package.
+
+8. The name of the Copyright Holder may not be used to endorse or promote
+products derived from this software without specific prior written permission.
+
+9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
+MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+The End
+
@@ -1,12 +1,17 @@
-Build.PL
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.015.
 CHANGES
-MANIFEST			This list of files
+LICENSE
+MANIFEST
+META.yml
+Makefile.PL
 README
 TODO
 bin/ebug
 bin/ebug_backend_perl
 bin/ebug_client
 bin/ebug_server
+cpanfile
+dist.ini
 lib/Devel/ebug.pm
 lib/Devel/ebug/Backend.pm
 lib/Devel/ebug/Backend/Plugin/ActionPoints.pm
@@ -32,6 +37,7 @@ lib/Devel/ebug/Plugin/Run.pm
 lib/Devel/ebug/Plugin/StackTrace.pm
 t/Calc.pm
 t/basic.t
+t/breakOnLoad.t
 t/break_point.t
 t/calc.pl
 t/calc_oo.pl
@@ -44,6 +50,7 @@ t/filenames.t
 t/finished.t
 t/koremutake.pl
 t/koremutake.t
+t/load_calc.pl
 t/oo.t
 t/output.t
 t/pad.t
@@ -60,8 +67,3 @@ t/subroutine.t
 t/undo.t
 t/watch_point.t
 t/yaml.pl
-t/breakOnLoad.t
-t/load_calc.pl
-Makefile.PL
-META.yml
-META.json
@@ -1,142 +0,0 @@
-{
-   "abstract" : "A simple, extensible Perl debugger",
-   "author" : [
-      "Latest releases by Brock Wilcox, C<< <awwaiid@thelackthereof.org> >>",
-      "Leon Brocard, C<< <acme@astray.com> >>"
-   ],
-   "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921",
-   "license" : [
-      "perl_5"
-   ],
-   "meta-spec" : {
-      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : "2"
-   },
-   "name" : "Devel-ebug",
-   "prereqs" : {
-      "configure" : {
-         "requires" : {
-            "Module::Build" : "0.40"
-         }
-      },
-      "runtime" : {
-         "requires" : {
-            "Carp" : "0",
-            "Class::Accessor::Chained::Fast" : "0",
-            "Devel::StackTrace" : "0",
-            "File::Find" : "0",
-            "IO::Socket::INET" : "0",
-            "Module::Pluggable" : "0",
-            "PadWalker" : "0",
-            "Proc::Background" : "0",
-            "Scalar::Util" : "0",
-            "String::Koremutake" : "0",
-            "Test::Expect" : "0",
-            "Test::More" : "0",
-            "YAML" : "0"
-         }
-      }
-   },
-   "provides" : {
-      "DB::fake" : {
-         "file" : "lib/Devel/ebug/Backend.pm",
-         "version" : 0
-      },
-      "Devel::ebug" : {
-         "file" : "lib/Devel/ebug.pm",
-         "version" : "0.55"
-      },
-      "Devel::ebug::Backend::Plugin::ActionPoints" : {
-         "file" : "lib/Devel/ebug/Backend/Plugin/ActionPoints.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Backend::Plugin::Basic" : {
-         "file" : "lib/Devel/ebug/Backend/Plugin/Basic.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Backend::Plugin::Codelines" : {
-         "file" : "lib/Devel/ebug/Backend/Plugin/Codelines.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Backend::Plugin::Commands" : {
-         "file" : "lib/Devel/ebug/Backend/Plugin/Commands.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Backend::Plugin::Eval" : {
-         "file" : "lib/Devel/ebug/Backend/Plugin/Eval.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Backend::Plugin::Filenames" : {
-         "file" : "lib/Devel/ebug/Backend/Plugin/Filenames.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Backend::Plugin::Output" : {
-         "file" : "lib/Devel/ebug/Backend/Plugin/Output.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Backend::Plugin::Pad" : {
-         "file" : "lib/Devel/ebug/Backend/Plugin/Pad.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Backend::Plugin::Ping" : {
-         "file" : "lib/Devel/ebug/Backend/Plugin/Ping.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Backend::Plugin::Run" : {
-         "file" : "lib/Devel/ebug/Backend/Plugin/Run.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Backend::Plugin::StackTrace" : {
-         "file" : "lib/Devel/ebug/Backend/Plugin/StackTrace.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Console" : {
-         "file" : "lib/Devel/ebug/Console.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Plugin::ActionPoints" : {
-         "file" : "lib/Devel/ebug/Plugin/ActionPoints.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Plugin::Basic" : {
-         "file" : "lib/Devel/ebug/Plugin/Basic.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Plugin::Codelines" : {
-         "file" : "lib/Devel/ebug/Plugin/Codelines.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Plugin::Eval" : {
-         "file" : "lib/Devel/ebug/Plugin/Eval.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Plugin::Filenames" : {
-         "file" : "lib/Devel/ebug/Plugin/Filenames.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Plugin::Output" : {
-         "file" : "lib/Devel/ebug/Plugin/Output.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Plugin::Pad" : {
-         "file" : "lib/Devel/ebug/Plugin/Pad.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Plugin::Run" : {
-         "file" : "lib/Devel/ebug/Plugin/Run.pm",
-         "version" : 0
-      },
-      "Devel::ebug::Plugin::StackTrace" : {
-         "file" : "lib/Devel/ebug/Plugin/StackTrace.pm",
-         "version" : 0
-      }
-   },
-   "release_status" : "stable",
-   "resources" : {
-      "license" : [
-         "http://dev.perl.org/licenses/"
-      ]
-   },
-   "version" : "0.55"
-}
@@ -1,102 +1,41 @@
 ---
 abstract: 'A simple, extensible Perl debugger'
 author:
-  - 'Latest releases by Brock Wilcox, C<< <awwaiid@thelackthereof.org> >>'
-  - 'Leon Brocard, C<< <acme@astray.com> >>'
-build_requires: {}
+  - 'Brock Wilcox <awwaiid@thelackthereof.org>'
+build_requires:
+  Test::More: 0
 configure_requires:
-  Module::Build: 0.40
-dynamic_config: 1
-generated_by: 'Module::Build version 0.4003, CPAN::Meta::Converter version 2.120921'
+  ExtUtils::MakeMaker: 6.30
+dynamic_config: 0
+generated_by: 'Dist::Zilla version 5.015, CPAN::Meta::Converter version 2.120921'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
 name: Devel-ebug
-provides:
-  DB::fake:
-    file: lib/Devel/ebug/Backend.pm
-    version: 0
-  Devel::ebug:
-    file: lib/Devel/ebug.pm
-    version: 0.55
-  Devel::ebug::Backend::Plugin::ActionPoints:
-    file: lib/Devel/ebug/Backend/Plugin/ActionPoints.pm
-    version: 0
-  Devel::ebug::Backend::Plugin::Basic:
-    file: lib/Devel/ebug/Backend/Plugin/Basic.pm
-    version: 0
-  Devel::ebug::Backend::Plugin::Codelines:
-    file: lib/Devel/ebug/Backend/Plugin/Codelines.pm
-    version: 0
-  Devel::ebug::Backend::Plugin::Commands:
-    file: lib/Devel/ebug/Backend/Plugin/Commands.pm
-    version: 0
-  Devel::ebug::Backend::Plugin::Eval:
-    file: lib/Devel/ebug/Backend/Plugin/Eval.pm
-    version: 0
-  Devel::ebug::Backend::Plugin::Filenames:
-    file: lib/Devel/ebug/Backend/Plugin/Filenames.pm
-    version: 0
-  Devel::ebug::Backend::Plugin::Output:
-    file: lib/Devel/ebug/Backend/Plugin/Output.pm
-    version: 0
-  Devel::ebug::Backend::Plugin::Pad:
-    file: lib/Devel/ebug/Backend/Plugin/Pad.pm
-    version: 0
-  Devel::ebug::Backend::Plugin::Ping:
-    file: lib/Devel/ebug/Backend/Plugin/Ping.pm
-    version: 0
-  Devel::ebug::Backend::Plugin::Run:
-    file: lib/Devel/ebug/Backend/Plugin/Run.pm
-    version: 0
-  Devel::ebug::Backend::Plugin::StackTrace:
-    file: lib/Devel/ebug/Backend/Plugin/StackTrace.pm
-    version: 0
-  Devel::ebug::Console:
-    file: lib/Devel/ebug/Console.pm
-    version: 0
-  Devel::ebug::Plugin::ActionPoints:
-    file: lib/Devel/ebug/Plugin/ActionPoints.pm
-    version: 0
-  Devel::ebug::Plugin::Basic:
-    file: lib/Devel/ebug/Plugin/Basic.pm
-    version: 0
-  Devel::ebug::Plugin::Codelines:
-    file: lib/Devel/ebug/Plugin/Codelines.pm
-    version: 0
-  Devel::ebug::Plugin::Eval:
-    file: lib/Devel/ebug/Plugin/Eval.pm
-    version: 0
-  Devel::ebug::Plugin::Filenames:
-    file: lib/Devel/ebug/Plugin/Filenames.pm
-    version: 0
-  Devel::ebug::Plugin::Output:
-    file: lib/Devel/ebug/Plugin/Output.pm
-    version: 0
-  Devel::ebug::Plugin::Pad:
-    file: lib/Devel/ebug/Plugin/Pad.pm
-    version: 0
-  Devel::ebug::Plugin::Run:
-    file: lib/Devel/ebug/Plugin/Run.pm
-    version: 0
-  Devel::ebug::Plugin::StackTrace:
-    file: lib/Devel/ebug/Plugin/StackTrace.pm
-    version: 0
 requires:
   Carp: 0
   Class::Accessor::Chained::Fast: 0
   Devel::StackTrace: 0
-  File::Find: 0
+  Exporter: 0
+  File::Spec: 0
+  FindBin: 0
+  Getopt::Long: 0
   IO::Socket::INET: 0
   Module::Pluggable: 0
   PadWalker: 0
   Proc::Background: 0
   Scalar::Util: 0
   String::Koremutake: 0
-  Test::Expect: 0
-  Test::More: 0
+  Term::ReadLine: 0
   YAML: 0
-resources:
-  license: http://dev.perl.org/licenses/
-version: 0.55
+  base: 0
+  lib: 0
+  strict: 0
+  vars: 0
+  warnings: 0
+version: 0.56
+x_contributors:
+  - 'Hobbestigrou <hobbestigrou@erakis.eu>'
+  - 'Paweł Murias <pawelmurias@gmail.com>'
+  - 'jchassler <jhassler@free.fr>'
@@ -1,6 +1,97 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.4003
-    use Module::Build::Compat 0.02;
-    
-    Module::Build::Compat->run_build_pl(args => \@ARGV);
-    require Module::Build;
-    Module::Build::Compat->write_makefile(build_class => 'Module::Build');
+
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.015.
+use strict;
+use warnings;
+
+
+
+use ExtUtils::MakeMaker 6.30;
+
+
+
+my %WriteMakefileArgs = (
+  "ABSTRACT" => "A simple, extensible Perl debugger",
+  "AUTHOR" => "Brock Wilcox <awwaiid\@thelackthereof.org>",
+  "BUILD_REQUIRES" => {},
+  "CONFIGURE_REQUIRES" => {
+    "ExtUtils::MakeMaker" => "6.30"
+  },
+  "DISTNAME" => "Devel-ebug",
+  "EXE_FILES" => [
+    "bin/ebug",
+    "bin/ebug_client",
+    "bin/ebug_backend_perl",
+    "bin/ebug_server"
+  ],
+  "LICENSE" => "perl",
+  "NAME" => "Devel::ebug",
+  "PREREQ_PM" => {
+    "Carp" => 0,
+    "Class::Accessor::Chained::Fast" => 0,
+    "Devel::StackTrace" => 0,
+    "Exporter" => 0,
+    "File::Spec" => 0,
+    "FindBin" => 0,
+    "Getopt::Long" => 0,
+    "IO::Socket::INET" => 0,
+    "Module::Pluggable" => 0,
+    "PadWalker" => 0,
+    "Proc::Background" => 0,
+    "Scalar::Util" => 0,
+    "String::Koremutake" => 0,
+    "Term::ReadLine" => 0,
+    "YAML" => 0,
+    "base" => 0,
+    "lib" => 0,
+    "strict" => 0,
+    "vars" => 0,
+    "warnings" => 0
+  },
+  "TEST_REQUIRES" => {
+    "Test::More" => 0
+  },
+  "VERSION" => "0.56",
+  "test" => {
+    "TESTS" => "t/*.t"
+  }
+);
+
+
+my %FallbackPrereqs = (
+  "Carp" => 0,
+  "Class::Accessor::Chained::Fast" => 0,
+  "Devel::StackTrace" => 0,
+  "Exporter" => 0,
+  "File::Spec" => 0,
+  "FindBin" => 0,
+  "Getopt::Long" => 0,
+  "IO::Socket::INET" => 0,
+  "Module::Pluggable" => 0,
+  "PadWalker" => 0,
+  "Proc::Background" => 0,
+  "Scalar::Util" => 0,
+  "String::Koremutake" => 0,
+  "Term::ReadLine" => 0,
+  "Test::More" => 0,
+  "YAML" => 0,
+  "base" => 0,
+  "lib" => 0,
+  "strict" => 0,
+  "vars" => 0,
+  "warnings" => 0
+);
+
+
+unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
+  delete $WriteMakefileArgs{TEST_REQUIRES};
+  delete $WriteMakefileArgs{BUILD_REQUIRES};
+  $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
+}
+
+delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
+  unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
+
+WriteMakefile(%WriteMakefileArgs);
+
+
+
@@ -17,9 +17,10 @@ SYNOPSIS
       $ebug->next;
       my($stdout, $stderr) = $ebug->output;
       my $actual_line = $ebug->break_point(6);
-      $ebug->break_point(6, '$e = 4');
+      $ebug->break_point(6, '$e == 4');
       $ebug->break_point("t/Calc.pm", 29);
       $ebug->break_point("t/Calc.pm", 29, '$i == 2');
+      $ebug->break_on_load("t/Calc.pm");
       my $actual_line = $ebug->break_point_subroutine("main::add");
       $ebug->break_point_delete(29);
       $ebug->break_point_delete("t/Calc.pm", 29);
@@ -128,6 +129,10 @@ METHODS
     number will be returned. If no such line exists, no breakpoint is set
     and the function returns "undef".
 
+  break_on_load
+    Set a breakpoint on file loading, the file name can be relative or
+    absolute.
+
   break_point_delete
     The break_point_delete method deletes an existing break point. A break
     point at a line number in the current file can be deleted:
@@ -300,19 +305,19 @@ METHODS
     The stack_trace method returns the current stack trace, using
     Devel::StackTrace. It returns a list of Devel::StackTraceFrame methods:
 
-      my @frames = $ebug->stack_trace;
-      foreach my $frame (@trace) {
-        print $frame->package, "->",$frame->subroutine, 
-        "(", $frame->filename, "#", $frame->line, ")\n";
+      my @traces = $ebug->stack_trace;
+      foreach my $trace (@traces) {
+        print $trace->package, "->",$trace->subroutine,
+        "(", $trace->filename, "#", $trace->line, ")\n";
       }
 
   stack_trace_human
     The stack_trace_human method returns the current stack trace in a
     human-readable format:
 
-      my @frames = $ebug->stack_trace_human;
-      foreach my $frame (@trace) {
-        print "$frame\n";
+      my @traces = $ebug->stack_trace_human;
+      foreach my $trace (@traces) {
+        print "$trace\n";
       }
 
   undo
@@ -350,10 +355,13 @@ BUGS
     Devel::ebug does not handle signals under Windows.
 
 AUTHOR
+    Latest releases by Brock Wilcox, "<awwaiid@thelackthereof.org>"
+
     Leon Brocard, "<acme@astray.com>"
 
 COPYRIGHT
-    Copyright (C) 2005-8, Leon Brocard
+    Copyright (C) 2005-2008, Leon Brocard Copyright (C) 2011-NOW, Brock
+    Wilcox
 
 LICENSE
     This module is free software; you can redistribute it or modify it under
@@ -0,0 +1,28 @@
+requires "Carp" => "0";
+requires "Class::Accessor::Chained::Fast" => "0";
+requires "Devel::StackTrace" => "0";
+requires "Exporter" => "0";
+requires "File::Spec" => "0";
+requires "FindBin" => "0";
+requires "Getopt::Long" => "0";
+requires "IO::Socket::INET" => "0";
+requires "Module::Pluggable" => "0";
+requires "PadWalker" => "0";
+requires "Proc::Background" => "0";
+requires "Scalar::Util" => "0";
+requires "String::Koremutake" => "0";
+requires "Term::ReadLine" => "0";
+requires "YAML" => "0";
+requires "base" => "0";
+requires "lib" => "0";
+requires "strict" => "0";
+requires "vars" => "0";
+requires "warnings" => "0";
+
+on 'test' => sub {
+  requires "Test::More" => "0";
+};
+
+on 'configure' => sub {
+  requires "ExtUtils::MakeMaker" => "6.30";
+};
@@ -0,0 +1,31 @@
+name             = Devel-ebug
+author           = Brock Wilcox <awwaiid@thelackthereof.org>
+license          = Perl_5
+copyright_holder = Brock Wilcox
+copyright_year   = 2014
+
+[@Filter]
+-bundle = @Basic
+-remove = Readme
+-remove = GatherDir
+
+[Git::NextVersion]
+[PkgVersion]
+[AutoPrereqs]
+
+[ContributorsFromGit]
+[ReadmeFromPod]
+
+[CPANFile]
+
+
+[GatherDir]
+exclude_match = Makefile.PL|cpanfile|META.json|README
+
+[CopyFilesFromBuild]
+copy = Makefile.PL
+copy = cpanfile
+copy = META.json
+copy = README
+
+
@@ -1,4 +1,5 @@
 package Devel::ebug::Backend::Plugin::ActionPoints;
+$Devel::ebug::Backend::Plugin::ActionPoints::VERSION = '0.56';
 use strict;
 use warnings;
 use File::Spec;
@@ -1,4 +1,5 @@
 package Devel::ebug::Backend::Plugin::Basic;
+$Devel::ebug::Backend::Plugin::Basic::VERSION = '0.56';
 use strict;
 use warnings;
 
@@ -1,4 +1,5 @@
 package Devel::ebug::Backend::Plugin::Codelines;
+$Devel::ebug::Backend::Plugin::Codelines::VERSION = '0.56';
 use strict;
 use warnings;
 
@@ -1,4 +1,5 @@
 package Devel::ebug::Backend::Plugin::Commands;
+$Devel::ebug::Backend::Plugin::Commands::VERSION = '0.56';
 use strict;
 use warnings;
 
@@ -1,4 +1,5 @@
 package Devel::ebug::Backend::Plugin::Eval;
+$Devel::ebug::Backend::Plugin::Eval::VERSION = '0.56';
 use strict;
 use warnings;
 
@@ -12,6 +13,7 @@ sub register_commands {
 
 
 package DB;
+$DB::VERSION = '0.56';
 
 # there appears to be something semi-magical about the DB 
 # namespace that makes this eval only work when it's in it
@@ -1,4 +1,5 @@
 package Devel::ebug::Backend::Plugin::Filenames;
+$Devel::ebug::Backend::Plugin::Filenames::VERSION = '0.56';
 use strict;
 use warnings;
 
@@ -1,4 +1,5 @@
 package Devel::ebug::Backend::Plugin::Output;
+$Devel::ebug::Backend::Plugin::Output::VERSION = '0.56';
 use strict;
 use warnings;
 
@@ -1,4 +1,5 @@
 package Devel::ebug::Backend::Plugin::Pad;
+$Devel::ebug::Backend::Plugin::Pad::VERSION = '0.56';
 use strict;
 use warnings;
 use PadWalker;
@@ -8,6 +9,7 @@ sub register_commands {
 }
 
 package DB;
+$DB::VERSION = '0.56';
 
 use Scalar::Util qw(blessed reftype);
 sub pad {
@@ -1,4 +1,5 @@
 package Devel::ebug::Backend::Plugin::Ping;
+$Devel::ebug::Backend::Plugin::Ping::VERSION = '0.56';
 use strict;
 use warnings;
 
@@ -1,4 +1,5 @@
 package Devel::ebug::Backend::Plugin::Run;
+$Devel::ebug::Backend::Plugin::Run::VERSION = '0.56';
 use strict;
 use warnings;
 
@@ -1,4 +1,5 @@
 package Devel::ebug::Backend::Plugin::StackTrace;
+$Devel::ebug::Backend::Plugin::StackTrace::VERSION = '0.56';
 use strict;
 use warnings;
 use Devel::StackTrace;
@@ -1,4 +1,5 @@
 package DB;
+$DB::VERSION = '0.56';
 use strict;
 use warnings;
 use IO::Socket::INET;
@@ -9,7 +10,6 @@ use Module::Pluggable
   search_path => 'Devel::ebug::Backend::Plugin',
   require     => 1;
 
-our $VERSION = "0.55";
 use vars qw(@dbline %dbline);
 
 # Let's catch INT signals and set a flag when they occur
@@ -185,11 +185,15 @@ sub DB::postponed {
     # If this is a subroutine, let postponed_sub() deal with it.
     return &postponed_sub unless ref \$_[0] eq 'GLOB';
 
-    my ($fileName) = @_;
-    $fileName =~ s/^.*_<//;
+    my ($filePath) = @_;
+    $filePath =~ s/^.*_<//;
 
-    if (exists $DB::break_on_load{$fileName}
-      || exists $DB::break_on_load{File::Spec->rel2abs( $fileName)} ){
+    my ($volume,$directories,$fileName) = File::Spec->splitpath( $filePath );
+
+    #test if the file name match with relative path/absolute path/single file name
+    if (exists $DB::break_on_load{$filePath}
+        || exists $DB::break_on_load{File::Spec->rel2abs( $filePath)}
+        || exists $DB::break_on_load{$fileName}){
         $DB::single = 1;
     }
 
@@ -240,7 +244,7 @@ sub END {
 }
 
 package DB::fake;
-
+$DB::fake::VERSION = '0.56';
 sub at_exit {
   1;
 }
@@ -1,4 +1,5 @@
 package Devel::ebug::Console;
+$Devel::ebug::Console::VERSION = '0.56';
 use strict;
 use warnings;
 use lib 'lib';
@@ -52,11 +53,11 @@ sub run {
       print "ebug: Program finished. Enter 'restart' or 'q'\n";
     } else {
       if ($list_always) {
-	show_codelines($codelines, $ebug, $list_lines_count) if($list_always);
+        show_codelines($codelines, $ebug, $list_lines_count) if($list_always);
       } else {
-	print $ebug->subroutine
-	  . "(" . $ebug->filename . "#" . $ebug->line . "):\n"
-	  . $ebug->codeline, "\n";
+        print $ebug->subroutine
+        . "(" . $ebug->filename . "#" . $ebug->line . "):\n"
+        . $ebug->codeline, "\n";
       }
     }
 
@@ -69,6 +70,7 @@ sub run {
 
       b Set break point at a line number (eg: b 6, b code.pl 6, b code.pl 6 $x > 7,
       b Calc::fib)
+     bf break on file loading (eg: bf Calc.pm)
       d Delete a break point (d 6, d code.pl 6)
       e Eval Perl code and print the result (eg: e $x+$y)
       f Show all the filenames loaded
@@ -97,8 +99,8 @@ restart Restart the program
     } elsif ($command eq 'p') {
       my $pad = $ebug->pad_human;
       foreach my $k (sort keys %$pad) {
-	my $v = $pad->{$k};
-	print "  $k = $v;\n";
+        my $v = $pad->{$k};
+        print "  $k = $v;\n";
       }
     } elsif ($command eq 's') {
       $ebug->step;
@@ -119,7 +121,7 @@ restart Restart the program
     } elsif ($command eq 'T') {
       my @trace = $ebug->stack_trace_human;
       foreach my $frame (@trace) {
-	print "$frame\n";
+        print "$frame\n";
       }
     } elsif ($command eq 'f') {
       print "$_\n" foreach $ebug->filenames;
@@ -130,6 +132,8 @@ restart Restart the program
       $ebug->break_point($1, $2, $3);
     } elsif ($command =~ /^b (.+)/) {
       $ebug->break_point_subroutine($1);
+    } elsif ($command =~ /^bf (.+)/) {
+      $ebug->break_on_load($1);
     } elsif ($command =~ /^d (.+?) (\d+)/) {
       $ebug->break_point_delete($1, $2);
     } elsif ($command =~ /^d (\d+)/) {
@@ -1,4 +1,5 @@
 package Devel::ebug::Plugin::ActionPoints;
+$Devel::ebug::Plugin::ActionPoints::VERSION = '0.56';
 use strict;
 use warnings;
 use base qw(Exporter);
@@ -1,4 +1,5 @@
 package Devel::ebug::Plugin::Basic;
+$Devel::ebug::Plugin::Basic::VERSION = '0.56';
 use strict;
 use warnings;
 use base qw(Exporter);
@@ -1,4 +1,5 @@
 package Devel::ebug::Plugin::Codelines;
+$Devel::ebug::Plugin::Codelines::VERSION = '0.56';
 use strict;
 use warnings;
 use base qw(Exporter);
@@ -1,4 +1,5 @@
 package Devel::ebug::Plugin::Eval;
+$Devel::ebug::Plugin::Eval::VERSION = '0.56';
 use strict;
 use warnings;
 use base qw(Exporter);
@@ -1,4 +1,5 @@
 package Devel::ebug::Plugin::Filenames;
+$Devel::ebug::Plugin::Filenames::VERSION = '0.56';
 use strict;
 use warnings;
 use base qw(Exporter);
@@ -1,4 +1,5 @@
 package Devel::ebug::Plugin::Output;
+$Devel::ebug::Plugin::Output::VERSION = '0.56';
 use strict;
 use warnings;
 use base qw(Exporter);
@@ -1,4 +1,5 @@
 package Devel::ebug::Plugin::Pad;
+$Devel::ebug::Plugin::Pad::VERSION = '0.56';
 use strict;
 use warnings;
 use base qw(Exporter);
@@ -1,4 +1,5 @@
 package Devel::ebug::Plugin::Run;
+$Devel::ebug::Plugin::Run::VERSION = '0.56';
 use strict;
 use warnings;
 use base qw(Exporter);
@@ -1,4 +1,5 @@
 package Devel::ebug::Plugin::StackTrace;
+$Devel::ebug::Plugin::StackTrace::VERSION = '0.56';
 use strict;
 use warnings;
 use Scalar::Util qw(blessed);
@@ -1,4 +1,5 @@
 package Devel::ebug;
+$Devel::ebug::VERSION = '0.56';
 use strict;
 use warnings;
 use Carp;
@@ -20,8 +21,6 @@ __PACKAGE__->mk_accessors(qw(
     program socket proc
     package filename line codeline subroutine finished));
 
-our $VERSION = "0.55";
-
 # let's run the code under our debugger and connect to the server it
 # starts up
 sub load {
@@ -74,13 +73,13 @@ sub attach {
 
     my $response = $self->talk(
         {   command => "ping",
-            version => $VERSION,
+            version => $Devel::ebug::VERSION,
             secret  => $key,
         }
     );
     my $version = $response->{version};
-    die "Client version $version != our version $VERSION"
-        unless $version eq $VERSION;
+    die "Client version $version != our version $Devel::ebug::VERSION"
+        unless $version eq $Devel::ebug::VERSION;
 
     $self->basic;    # get basic information for the first line
 }
@@ -462,19 +461,19 @@ The stack_trace method returns the current stack trace, using
 L<Devel::StackTrace>. It returns a list of L<Devel::StackTraceFrame>
 methods:
 
-  my @frames = $ebug->stack_trace;
-  foreach my $frame (@trace) {
-    print $frame->package, "->",$frame->subroutine, 
-    "(", $frame->filename, "#", $frame->line, ")\n";
+  my @traces = $ebug->stack_trace;
+  foreach my $trace (@traces) {
+    print $trace->package, "->",$trace->subroutine,
+    "(", $trace->filename, "#", $trace->line, ")\n";
   }
 
 =head2 stack_trace_human
 
 The stack_trace_human method returns the current stack trace in a human-readable format:
 
-  my @frames = $ebug->stack_trace_human;
-  foreach my $frame (@trace) {
-    print "$frame\n";
+  my @traces = $ebug->stack_trace_human;
+  foreach my $trace (@traces) {
+    print "$trace\n";
   }
 
 =head2 undo
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use lib 'lib';
-use Test::More tests => 3;
+use Test::More tests => 5;
 use Devel::ebug;
 
 my $ebug = Devel::ebug->new;
@@ -19,3 +19,14 @@ is($ebug->filename, "t/Calc.pm");
 $ebug->run;
 is($ebug->finished, 1);
 
+#now same test only the filename without path
+ $ebug = Devel::ebug->new;
+$ebug->program("t/load_calc.pl");
+$ebug->backend("$^X bin/ebug_backend_perl");
+$ebug->load;
+
+$ebug->break_on_load("Calc.pm"); #just provide fileName without path
+
+$ebug->run;
+is($ebug->line, 6);
+is($ebug->filename, "t/Calc.pm");
@@ -9,7 +9,7 @@ eval "use Test::Expect";
 plan skip_all => "Test::Expect required for testing ebug: $@" if $@;
 eval "use Expect::Simple";
 plan skip_all => "Expect::Simple required for testing ebug: $@" if $@;
-plan tests => 17;
+plan tests => 19;
 
 expect_run(
   command => "PERL_RL=\"o=0\" $^X bin/ebug --backend \"$^X bin/ebug_backend_perl\" t/calc.pl",
@@ -25,6 +25,7 @@ expect("h", 'Commands:
 
       b Set break point at a line number (eg: b 6, b code.pl 6, b code.pl 6 $x > 7,
       b Calc::fib)
+     bf break on file loading (eg: bf Calc.pm)
       d Delete a break point (d 6, d code.pl 6)
       e Eval Perl code and print the result (eg: e $x+$y)
       f Show all the filenames loaded
@@ -51,6 +52,7 @@ expect("", "main(t/calc.pl#5):\nmy \$e = add(\$q, \$w);", 'step again');
 expect("n", "main(t/calc.pl#6):\n\$e++;", 'next');
 expect("r", qq{main(t/calc.pl#9):\nprint "\$e\\n";}, 'run');
 expect("r", qq{}, 'run to end');
-# expect("r", qq{Program finished. Enter 'restart' or 'q'}, 'run to end');
-# expect("q", qq{});
+expect("r", qq{Program finished. Enter 'restart' or 'q'}, 'run to end');
+expect_quit();
+exit;