Skip to content

Commit

Permalink
dzilify
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Jun 18, 2013
1 parent 7e2c209 commit aecda31
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 503 deletions.
10 changes: 2 additions & 8 deletions .gitignore
@@ -1,8 +1,2 @@
META.yml
Makefile
cover_db
blib
inc
pm_to_blib
MANIFEST*
!MANIFEST.SKIP
.build
Mixin-Linewise-*
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Changelog for Mixin-Linewise

{{$NEXT}}
repackage

0.003 2010-02-14
add Test::More prereq

Expand Down
377 changes: 0 additions & 377 deletions LICENSE

This file was deleted.

8 changes: 0 additions & 8 deletions MANIFEST.SKIP

This file was deleted.

14 changes: 0 additions & 14 deletions Makefile.PL

This file was deleted.

3 changes: 0 additions & 3 deletions README

This file was deleted.

8 changes: 8 additions & 0 deletions dist.ini
@@ -0,0 +1,8 @@
name = Mixin-Linewise
author = Ricardo SIGNES <rjbs@cpan.org>
license = Perl_5
copyright_holder = Ricardo SIGNES
copyright_year = 2008

[@RJBS]
dont_compile = ^Mixin::Linewise$
25 changes: 1 addition & 24 deletions lib/Mixin/Linewise.pm
@@ -1,41 +1,18 @@
use strict;
use warnings;
package Mixin::Linewise;
# ABSTRACT: write your linewise code for handles; this does the rest
use 5.006;
our $VERSION = '0.003';
use Carp ();
Carp::confess "not meant to be loaded";

=head1 NAME
Mixin::Linewise - write your linewise code for handles; this does the rest
=head1 DESCRIPTION
It's boring to deal with opening files for IO, converting strings to
handle-like objects, and all that. With L<Mixin::Linewise::Readers> and
L<Mixin::Linewise::Writers>, you can just write a method to handle handles, and
methods for handling strings and filenames are added for you.
=head1 BUGS
Bugs should be reported via the CPAN bug tracker at
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Mixin-Linewise>
For other issues, or commercial enhancement or support, contact the author.
=head1 AUTHOR
Ricardo SIGNES, C<< E<lt>rjbs@cpan.orgE<gt> >>
=head1 COPYRIGHT
Copyright 2008, Ricardo SIGNES.
This program is free software; you may redistribute it and/or modify it under
the same terms as Perl itself.
=cut

1;
28 changes: 1 addition & 27 deletions lib/Mixin/Linewise/Readers.pm
@@ -1,8 +1,7 @@
use strict;
use warnings;
package Mixin::Linewise::Readers;

our $VERSION = '0.003';
# ABSTRACT: get linewise readers for strings and filenames

use Carp ();
use IO::File;
Expand All @@ -16,10 +15,6 @@ use Sub::Exporter -setup => {
},
};

=head1 NAME
Mixin::Linewise::Readers - get linewise readers for strings and filenames
=head1 SYNOPSIS
package Your::Pkg;
Expand Down Expand Up @@ -113,25 +108,4 @@ sub _mk_read_string {
}
}

=head1 BUGS
Bugs should be reported via the CPAN bug tracker at
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Mixin-Linewise>
For other issues, or commercial enhancement or support, contact the author.
=head1 AUTHOR
Ricardo SIGNES, C<< E<lt>rjbs@cpan.orgE<gt> >>
=head1 COPYRIGHT
Copyright 2008, Ricardo SIGNES.
This program is free software; you may redistribute it and/or modify it under
the same terms as Perl itself.
=cut

1;
28 changes: 1 addition & 27 deletions lib/Mixin/Linewise/Writers.pm
@@ -1,8 +1,7 @@
use strict;
use warnings;
package Mixin::Linewise::Writers;

our $VERSION = '0.003';
# ABSTRACT: get linewise writeers for strings and filenames

use Carp ();
use IO::File;
Expand All @@ -16,10 +15,6 @@ use Sub::Exporter -setup => {
},
};

=head1 NAME
Mixin::Linewise::Writers - get linewise writeers for strings and filenames
=head1 SYNOPSIS
package Your::Pkg;
Expand Down Expand Up @@ -108,25 +103,4 @@ sub _mk_write_string {
}
}

=head1 BUGS
Bugs should be reported via the CPAN bug tracker at
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Mixin-Linewise>
For other issues, or commercial enhancement or support, contact the author.
=head1 AUTHOR
Ricardo SIGNES, C<< E<lt>rjbs@cpan.orgE<gt> >>
=head1 COPYRIGHT
Copyright 2008, Ricardo SIGNES.
This program is free software; you may redistribute it and/or modify it under
the same terms as Perl itself.
=cut

1;
8 changes: 0 additions & 8 deletions xt/release/pod-coverage.t

This file was deleted.

7 changes: 0 additions & 7 deletions xt/release/pod.t

This file was deleted.

0 comments on commit aecda31

Please sign in to comment.