~ubuntu-branches/ubuntu/maverick/lire/maverick

« back to all changes in this revision

Viewing changes to www/lib/Lire/WWW/Filename.pm

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2006-11-02 15:30:00 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061102153000-ln3b4oxkq0xws8c1
Tags: 2:2.0.2-3
debian/po/cs.po: Updated Czech translation. Thanks Martin Šín
(Closes: #391544).

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
use Carp;
10
10
 
11
11
BEGIN {
12
 
    $REVISION  = '$Id: Filename.pm,v 1.1 2004/05/24 15:24:34 flacoste Exp $';
 
12
    $REVISION  = '$Id: Filename.pm,v 1.2 2006/07/23 13:16:36 vanbaal Exp $';
13
13
    $VERSION   = "0.1.0";
14
14
}
15
15
 
124
124
 
125
125
=head1 VERSION
126
126
 
127
 
$Id: Filename.pm,v 1.1 2004/05/24 15:24:34 flacoste Exp $
 
127
$Id: Filename.pm,v 1.2 2006/07/23 13:16:36 vanbaal Exp $
128
128
 
129
129
=head1 COPYRIGHT
130
130
 
144
144
 
145
145
You should have received a copy of the GNU General Public License
146
146
along with this program (see COPYING); if not, check with
147
 
http://www.gnu.org/copyleft/gpl.html or write to the Free Software
148
 
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
 
147
http://www.gnu.org/copyleft/gpl.html.
149
148
 
150
149
=head1 AUTHORS
151
150