~ubuntu-branches/ubuntu/vivid/libarray-printcols-perl/vivid

« back to all changes in this revision

Viewing changes to PrintCols.pm

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2014-05-10 17:54:19 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140510175419-u9g6a455ms38p7ds
Tags: 2.6-1
* Team upload.
* New upstream release.
* Strip trailing slash from metacpan URLs.
* Update years of copyright.
* Switch order of alternative build dependencies for Module::Build.
* Declare compliance with Debian Policy 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Array::PrintCols.pm
2
2
#
3
 
#    Copyright (C) 1996-2013  Alan K. Stebbens <aks@stebbens.org>
 
3
#    Copyright (C) 1996-2014  Alan K. Stebbens <aks@stebbens.org>
4
4
#
5
5
#    This program is free software: you can redistribute it and/or modify
6
6
#    it under the terms of the GNU General Public License as published by
20
20
 
21
21
package Array::PrintCols;
22
22
 
23
 
$VERSION = '2.5';
 
23
$VERSION = '2.6';
24
24
 
25
25
require 5.001;
26
26
 
131
131
 
132
132
=head1 NAME
133
133
 
134
 
print_cols, format_cols - Print or format array elements in vertically sorted columns.
 
134
Array::PrintCols - Print or format array elements in vertically sorted columns.
135
135
 
136
136
=head1 SYNOPSIS
137
137
 
208
208
    # print the formatted result data to the result file
209
209
    print RESULTFILE format_cols(\@result_data);
210
210
 
 
211
=head1 REPOSITORY
 
212
 
 
213
L<https://github.com/aks/array-printcols>
 
214
 
211
215
=head1 AUTHOR
212
216
 
213
 
Copyright (C) 1996-2013  Alan K. Stebbens <aks@stebbens.org>
 
217
Copyright (C) 1996-2014  Alan K. Stebbens <aks@stebbens.org>
214
218
 
215
219
This program is free software: you can redistribute it and/or modify
216
220
it under the terms of the GNU General Public License as published by