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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2006-11-02 15:30:00 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061102153000-343pa15n0rp58m1b
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# $Id: Attack.pm,v 1.1 2004/05/24 15:24:34 flacoste Exp $
 
2
# $Id: Attack.pm,v 1.2 2006/07/23 13:16:36 vanbaal Exp $
3
3
#
4
4
# Copyright (C) 2001 Stichting LogReport Foundation <logreport@logreport.org>
5
5
#
17
17
#
18
18
#     You should have received a copy of the GNU General Public License
19
19
#     along with this program (see COPYING); if not, check with
20
 
#     http://www.gnu.org/copyleft/gpl.html or write to the Free Software
21
 
#     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
 
20
#     http://www.gnu.org/copyleft/gpl.html.
22
21
#
23
22
package Lire::WWW::Filename::Attack;
24
23
 
26
25
use vars qw/ $REVISION/;
27
26
 
28
27
{
29
 
    $REVISION  = '$Id: Attack.pm,v 1.1 2004/05/24 15:24:34 flacoste Exp $';
 
28
    $REVISION  = '$Id: Attack.pm,v 1.2 2006/07/23 13:16:36 vanbaal Exp $';
30
29
}
31
30
 
32
31
# -----------------------------------------------------------------------------