~bradclawsie/Lang-Go-Mod

ce169c8b0d714c0cea8628c0977c8da288d065de — Brad Clawsie 4 months ago 80964c7
tidy
1 files changed, 5 insertions(+), 5 deletions(-)

M lib/Lang/Go/Mod.pm
M lib/Lang/Go/Mod.pm => lib/Lang/Go/Mod.pm +5 -5
@@ 6,9 6,9 @@
package Lang::Go::Mod;
use warnings;
use strict;
use Carp       qw(croak);
use English    qw(-no_match_vars);
use Exporter   qw(import);
use Carp qw(croak);
use English qw(-no_match_vars);
use Exporter qw(import);
use Path::Tiny qw(path);

# ABSTRACT: parse and model go.mod files


@@ 160,8 160,8 @@ sub parse_go_mod {
        }
        elsif ( $line =~ m{^\s*//.*$}mx ) {

# comment
# (can also be part of a multi-line retract rationale - want to strip out anyway)
            # comment - strip
            # (can also be part of a multi-line retract rationale)

        }
        else {